#include <FBase.h>
Inheritance diagram for FlashColorTransform::
Public Methods | |
FlashColorTransform () | |
FlashColorTransform (bool _add, FlashRGB &_addFlashRGB, bool _mult, FlashRGB &_multFlashRGB) | |
bool | HasAdd () const |
bool | HasMult () const |
FlashRGB | GetAddRGB () const |
FlashRGB | GetMultRGB () const |
void | SetAddRGB (FlashRGB _addFlashRGB) |
void | SetMultRGB (FlashRGB _multFlashRGB) |
void | SetAdd (short _addFlashR, short _addFlashG, short _addFlashB) |
void | SetMult (FlashFixed16 _multFlashR, FlashFixed16 _multFlashG, FlashFixed16 _multFlashB) |
Private Attributes | |
bool | add |
bool | mult |
FlashRGB | addFlashRGB |
FlashRGB | multFlashRGB |
Friends | |
std::ostream & | operator<< (std::ostream &out, FlashColorTransform &data) |
std::istream & | operator>> (std::istream &in, FlashColorTransform &data) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|