Module NiColor

Source
Expand description

§NiColor and NiColorA Module

This module provides two color structs, NiColor and NiColorA, representing RGB and RGBA colors respectively. It includes support for arithmetic operations, hex and integer conversion, and display formatting.

Structs§

NiColor
Represents an RGB color with f32 components for red, green, and blue.
NiColorA
Represents an RGBA color with f32 components for red, green, blue, and alpha.