![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Defines the RGBColor class for managing and manipulating RGB color values. More...
Go to the source code of this file.
Classes | |
class | RGBColor |
Represents an RGB color and provides methods for manipulation. More... | |
Defines the RGBColor class for managing and manipulating RGB color values.
Defines the RGBColor class for managing and manipulating 16-bit RGB565 color values.
The RGBColor class provides functionality to represent and manipulate RGB color values, including scaling brightness, adding values, hue shifting, and interpolating between colors.
22/12/2024 22/12/2024
The RGBColor class represents RGB colors in 16-bit format (RGB565) and provides methods for color manipulation, including scaling brightness, adding values, hue shifting, and interpolating between colors.
22/12/2024 22/12/2024
Definition in file RGBColor.h.