vdk 2.4.0
Public Member Functions
VDKColor Class Reference

provides a raw color object More...

#include <colors.h>

Inheritance diagram for VDKColor:
VDKRawObject

List of all members.

Public Member Functions


Detailed Description

provides a raw color object


Constructor & Destructor Documentation

VDKColor::VDKColor ( VDKObject obj,
int  red,
int  green,
int  blue 
)

Constructor

Parameters:
objcolor owner
redcomponent (0-255)
greencomponent
bluecomponent
VDKColor::VDKColor ( VDKObject obj,
VDKRgb  rgb 
)

Constructor

Parameters:
objcolor owner
rgba VDKRgb reference
VDKColor::VDKColor ( VDKObject obj,
char *  name 
)

Constructor

Parameters:
objcolor owner
namenames are those provided in rgb X database (normally on /usr/lib/X11/rgb.txt )
VDKColor::~VDKColor ( ) [virtual]

Destructor


Member Function Documentation

GdkColor* VDKColor::Color ( ) [inline]

GdkColor* conversion

VDKColor::operator GdkColor * ( ) [inline]

GdkColor* conversion


The documentation for this class was generated from the following files: