We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50bbb7e + af0ccca commit a40fac8Copy full SHA for a40fac8
src/lib/gl_format_color.js
@@ -91,7 +91,7 @@ function parseColorScale(cont, alpha) {
91
var rgb = color.toRgb();
92
return {
93
index: index,
94
- rgb: [rgb.r, rgb.g, rgb.b, alpha]
+ rgb: [rgb.r, rgb.g, rgb.b, rgb.a]
95
};
96
});
97
}
0 commit comments