Color Type
A 32-bit RGBA color (8 bits per channel). Backend-neutral — converts to
raylib Color or MonoGame Color at the boundary. Structural
equality and comparison are provided automatically by the F# record.
Record fields
| Record Field |
Description
|
Full Usage:
A
Field type: byte
|
Alpha channel (0-255).
|
Full Usage:
B
Field type: byte
|
Blue channel (0-255).
|
Full Usage:
G
Field type: byte
|
Green channel (0-255).
|
Full Usage:
R
Field type: byte
|
Red channel (0-255).
|
Mibo