3#include <Foundation/Math/Color.h>
4#include <Foundation/Math/Float16.h>
14 PL_DECLARE_POD_TYPE();
48#include <Foundation/Math/Implementation/Color16f_inl.h>
plColor represents an RGBA color in linear color space. Values are stored as float,...
Definition Color.h:44
A 16bit per channel float color storage format.
Definition Color16f.h:11
plColorLinear16f()
default-constructed color is uninitialized (for speed)
const plFloat16 * GetData() const
Conversion to const plFloat16*.
Definition Color16f.h:42
plFloat16 * GetData()
Conversion to plFloat16* - use with care!
Definition Color16f.h:45
A 16 bit IEEE float class. Often called "half".
Definition Float16.h:11