ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
RGBColor.h File Reference

Defines the RGBColor class for managing and manipulating RGB color values. More...

#include "Math/Mathematics.h"
#include "Math/Quaternion.h"
#include "Math/Vector3D.h"
Include dependency graph for RGBColor.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  RGBColor
 Represents an RGB color and provides methods for manipulation. More...
 

Detailed Description

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

Version
1.0 Coela Can't! Coela Can't

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

Version
1.0 Coela Can't! Coela Can't

Definition in file RGBColor.h.