setNoteNodeColor
setNoteNodeColor
Description
Set note node color
Definition
setNoteNodeColor(entityId noteId, float colorR, float colorG, float colorB)
Arguments
| entityId | noteId | Id of the note node |
|---|---|---|
| float | colorR | R component of note color [0-1] |
| float | colorG | G component of note color [0-1] |
| float | colorB | B component of note color [0-1] |