A fuzzy logic C++ library
Public Member Functions | Public Attributes
slifis_plot::GAPI_COLOR Struct Reference

Abstract color type, common for all graphicals back-ends. More...

#include <gapi_glue.hpp>

List of all members.

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

Detailed Description

Abstract color type, common for all graphicals back-ends.


Constructor & Destructor Documentation

slifis_plot::GAPI_COLOR::GAPI_COLOR ( unsigned char  r,
unsigned char  g,
unsigned char  b 
) [inline]

References B, G, and R.

References B, G, and R.


Member Function Documentation

References R.

References G.

References B.


Member Data Documentation