We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50bbb7e commit af0cccaCopy full SHA for af0ccca
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