We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b2946a commit 135fdc5Copy full SHA for 135fdc5
src/traces/mesh3d/attributes.js
@@ -163,7 +163,10 @@ module.exports = extendFlat({
163
editType: 'calc',
164
description: [
165
'Sets the color of each vertex',
166
- 'Overrides *color*.'
+ 'Overrides *color*. While Red, green and blue colors',
167
+ 'are in the range of 0 and 255; in the case of having',
168
+ 'vertex color data in RGBA format, the alpha color',
169
+ 'should be normalized to be between 0 and 1.'
170
].join(' ')
171
},
172
facecolor: {
0 commit comments