Structs§
- An RGBA color value, holding four floating point components.
- A 32-bit RGBA color value.
- A premultiplied RGBA color value, holding four floating point components.
- A 32-bit premultiplied RGBA color value.
Constants§
- Represents fully opaque Alpha value.
- Represents fully transparent Alpha value.
- Represents fully opaque AlphaU8 value.
- Represents fully transparent AlphaU8 value.
- NV_ONE 🔒
- NV_ZERO 🔒
Functions§
- Return a*b/255, rounding any fractional bits.
Type Aliases§
- 8-bit type for an alpha value. 255 is 100% opaque, zero is 100% transparent.