class CmRWColor : public CmColor

Color cell class

Inheritance:

CmRWColor < CmColor


Public Methods

CmRWColor(unsigned r, unsigned g, unsigned b)
void setRGB(int r, int g, int b)
virtual ~CmRWColor(void)

Inherited from CmColor:

Public Methods

void getRGB(int *r, int *g, int *b)
operator MTColor()

Protected Fields

MTColor id

Documentation

Color cell class. This is a read-write non-shared color. It is available only when the video system runs in palette mode (usually 16 or 256 colors).
CmRWColor(unsigned r, unsigned g, unsigned b)

virtual ~CmRWColor(void)

void setRGB(int r, int g, int b)


This class has no child classes.

alphabetic index hierarchy of classes


MGUI Copyright 1996-1998 Vincenzo Morello

generated by doc++