Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<title>sRGB gradient interpolation</title>
<link rel="author" title="Aaron Krajeski" href="mailto:aaronhk@chromium.org">
<meta name="assert" content="Test srgb as a gradient interpolation space. Reference generated here: https://raphlinus.github.io/color/2021/01/18/oklab-critique.html">
<style>
.test {
width: 480px;
height: 50px;
background: url("resources/srgb-gradient.png");
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>