KiCad PCB EDA Suite
|
#include <color_rgba.h>
Public Member Functions | |
COLOR_RGBA (const SFVEC3F &aColor) | |
COLOR_RGBA (const SFVEC4F &aColor) | |
COLOR_RGBA () | |
COLOR_RGBA (unsigned char aR, unsigned char aG, unsigned char aB) | |
COLOR_RGBA (unsigned char aR, unsigned char aG, unsigned char aB, unsigned char aA) | |
operator SFVEC4F () const | |
Public Attributes | ||
unsigned char | c [4] | |
struct { | ||
unsigned char r | ||
unsigned char g | ||
unsigned char b | ||
unsigned char a | ||
}; | ||
Definition at line 34 of file color_rgba.h.
COLOR_RGBA::COLOR_RGBA | ( | const SFVEC3F & | aColor | ) |
COLOR_RGBA::COLOR_RGBA | ( | const SFVEC4F & | aColor | ) |
|
inline |
|
inline |
Definition at line 49 of file color_rgba.h.
|
inline |
COLOR_RGBA::operator SFVEC4F | ( | ) | const |
struct { ... } COLOR_RGBA |
unsigned char COLOR_RGBA::a |
Definition at line 43 of file color_rgba.h.
Referenced by BlendColor(), BlendColor(), BlendColor(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), and operator SFVEC4F().
unsigned char COLOR_RGBA::b |
Definition at line 42 of file color_rgba.h.
Referenced by BlendColor(), BlendColor(), BlendColor(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), and operator SFVEC4F().
unsigned char COLOR_RGBA::c[4] |
Definition at line 36 of file color_rgba.h.
Referenced by SetPixel().
unsigned char COLOR_RGBA::g |
Definition at line 41 of file color_rgba.h.
Referenced by BlendColor(), BlendColor(), BlendColor(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), and operator SFVEC4F().
unsigned char COLOR_RGBA::r |
Definition at line 40 of file color_rgba.h.
Referenced by BlendColor(), BlendColor(), BlendColor(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), COLOR_RGBA(), and operator SFVEC4F().