diff --git a/src/traces/mesh3d/attributes.js b/src/traces/mesh3d/attributes.js index c383df63a7a..0416006ddf1 100644 --- a/src/traces/mesh3d/attributes.js +++ b/src/traces/mesh3d/attributes.js @@ -162,7 +162,10 @@ module.exports = extendFlat({ editType: 'calc', description: [ 'Sets the color of each vertex', - 'Overrides *color*.' + 'Overrides *color*. While Red, green and blue colors', + 'are in the range of 0 and 255; in the case of having', + 'vertex color data in RGBA format, the alpha color', + 'should be normalized to be between 0 and 1.' ].join(' ') }, facecolor: {