Skip to content

Commit

Permalink
update vertextColor description to note the range of the values
Browse files Browse the repository at this point in the history
  • Loading branch information
archmoj committed Mar 28, 2019
1 parent 7b2946a commit 135fdc5
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 @@ -163,7 +163,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 135fdc5

Please sign in to comment.