Flow Board Node Color

Type: object

AttributeTypeDescription
rintegerRed component of the color
gintegerGreen component of the color
bintegerBlue component of the color
anumberAlpha component of the color

Example

{
  "r": 255,
  "g": 255,
  "b": 0,
  "a": 1
}