class CmRWColor : public CmColor

Color cell class

Inheritance:

CmRWColor < CmColor


Public Methods

CmRWColor(unsigned r, unsigned g, unsigned b)
creates a read-write color with the R-G-B components specified in parameters (r,g,b)
void setRGB(int r, int g, int b)
changes the R-G-B components of the color cell using the parameters (r,g,b)

Inherited from CmColor:

Public Methods

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

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)
creates a read-write color with the R-G-B components specified in parameters (r,g,b)

void setRGB(int r, int g, int b)
changes the R-G-B components of the color cell using the parameters (r,g,b)


This class has no child classes.

alphabetic index hierarchy of classes


MGUI Copyright 1996-2000 Vincenzo Morello

generated by doc++