A fuzzy logic C++ library
|
Abstract color type, common for all graphicals back-ends. More...
#include <gapi_glue.hpp>
Public Member Functions | |
GAPI_COLOR (unsigned char r, unsigned char g, unsigned char b) | |
GAPI_COLOR () | |
int | GetR () |
int | GetG () |
int | GetB () |
Public Attributes | |
unsigned char | R |
unsigned char | G |
unsigned char | B |
Abstract color type, common for all graphicals back-ends.
slifis_plot::GAPI_COLOR::GAPI_COLOR | ( | unsigned char | r, |
unsigned char | g, | ||
unsigned char | b | ||
) | [inline] |
slifis_plot::GAPI_COLOR::GAPI_COLOR | ( | ) | [inline] |
int slifis_plot::GAPI_COLOR::GetR | ( | ) | [inline] |
References R.
int slifis_plot::GAPI_COLOR::GetG | ( | ) | [inline] |
References G.
int slifis_plot::GAPI_COLOR::GetB | ( | ) | [inline] |
References B.
unsigned char slifis_plot::GAPI_COLOR::R |
Referenced by slifis_plot::ConvertColor(), GAPI_COLOR(), and GetR().
unsigned char slifis_plot::GAPI_COLOR::G |
Referenced by slifis_plot::ConvertColor(), GAPI_COLOR(), and GetG().
unsigned char slifis_plot::GAPI_COLOR::B |
Referenced by slifis_plot::ConvertColor(), GAPI_COLOR(), and GetB().