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