#include <Color4.h>
|
float | r |
|
float | g |
|
float | b |
|
float | a |
|
◆ Color4() [1/5]
◆ Color4() [2/5]
ehs::Color4::Color4 |
( |
float | scalar | ) |
|
◆ Color4() [3/5]
ehs::Color4::Color4 |
( |
const Color3 & | color | ) |
|
|
explicit |
◆ Color4() [4/5]
ehs::Color4::Color4 |
( |
float | r, |
|
|
float | g, |
|
|
float | b, |
|
|
float | a = 1.0f ) |
◆ Color4() [5/5]
ehs::Color4::Color4 |
( |
const Color4 & | color | ) |
|
◆ operator!=()
bool ehs::Color4::operator!= |
( |
const Color4 & | color | ) |
const |
◆ operator*()
◆ operator*=()
◆ operator=() [1/3]
◆ operator=() [2/3]
◆ operator=() [3/3]
Color4 & ehs::Color4::operator= |
( |
float | scalar | ) |
|
◆ operator==()
bool ehs::Color4::operator== |
( |
const Color4 & | color | ) |
const |
◆ operator[]() [1/2]
float & ehs::Color4::operator[] |
( |
UInt_64 | i | ) |
|
◆ operator[]() [2/2]
float ehs::Color4::operator[] |
( |
UInt_64 | i | ) |
const |
The documentation for this class was generated from the following files: