Color
Represents a color with red, green, blue, and alpha components.
Constructors
Creates a Color instance from a raw raylib Color structure.
Creates a Color instance from a raw raylib Color CValue.
Creates a Color instance from integer values for red, green, blue, and alpha components.
Creates a Color instance from a single integer representing an ARGB color.
Creates a Color instance from a single long integer representing an ARGB color.
Creates a Color instance from a hexadecimal color string. The string should be in the format "#RRGGBB" or "#RRGGBBAA". The hashtag is required.
Creates a Color instance from HSV (Hue, Saturation, Value) components.
Creates a Color instance from float values for red, green, blue, and alpha components. Each component should be in the range 0.0 to 1.0.
Creates a Color instance from double values for red, green, blue, and alpha components. Each component should be in the range 0.0 to 1.0.