Skip to content

Commit

Permalink
Merge pull request #3688 from plotly/mesh3d-vertex-color-alpha-descri…
Browse files Browse the repository at this point in the history
…ption

Update vertextcolor description to note the range of the values
  • Loading branch information
archmoj authored May 23, 2019
2 parents 1b607c3 + 135fdc5 commit 6a6ecdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/traces/mesh3d/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 6a6ecdb

Please sign in to comment.