RGB.kl¶
Types¶
RGB (struct)¶
Members¶
| Byte | r | |
| Byte | g | |
| Byte | b |
Methods¶
| RGB ( in Byte r, in Byte g, in Byte b ) | |
| RGB ( in Color c ) | |
| RGB ( in Integer r, in Integer g, in Integer b ) | |
| RGB ( in RGB other ) | |
| RGB ( in RGBA r ) | |
| RGB () | |
| RGB | add ? ( in RGB other ) |
| RGB | clone ? () |
| Boolean | equal ? ( in RGB other ) |
| UInt32 | hash ? () |
| RGB | linearInterpolate ? ( in RGB other, in Scalar t ) |
| RGB | multiply ? ( in RGB other ) |
| RGB | multiplyScalar ? ( in Scalar other ) |
| RGB | subtract ? ( in RGB other ) |