This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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 |