Represents colors as RGB triples in the ACES 2065-1 color space.
Component values are linear (i.e. *gamma* = 1.0
).
Verse using statement |
using { /Verse.org/Colors } |
Members
This struct has data members, but no functions.
Data
Data Member Name | Type | Description |
---|---|---|
R |
float |
Red component of this |
G |
float |
Green component of this |
B |
float |
Blue component of this |