15 #include "CeeCore/Base.h"
30 Color4f(
float r,
float g,
float b,
float a);
37 const float& r()
const;
38 const float& g()
const;
39 const float& b()
const;
40 const float& a()
const;
Namespace cee contains all functionality and structures under the Core component. ...
Definition: AppAssert.cpp:18
Class for storing an RGBA color.
Definition: Color4f.h:25
bool operator!=(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are different.
Definition: PtrRef.h:58
bool operator==(const PtrRef< T1 > &a, const PtrRef< T2 > &b)
Returns true if the internal pointers of refs a and b are equal.
Definition: PtrRef.h:57