Go to the source code of this file.
Classes | |
class | CNamedColourReplacer |
This is a somewhat specialised class whose purpose is to temporarily replace the Named colours in a ColourFillAttribute. Its stores the colours that are replaced and can be called upon to put them back at a later time. It was designed for use with the Brush attribute, where we wish to be able to replace named colours in the brush objects, and then change them back. If you can think of any other uses for it then feel free. More... | |
class | CHSVChanger |
Similar to its parent class but adds the following options:
| |
class | CTransparencyReplacer |
Similar to CNamedColourReplacer, this class takes a transparency attribute, changes its values, and then changes them back. More... | |
Variables | |
const INT32 | MAX_TRANSP_VALUE = 255 |
|
Definition at line 109 of file cnamecol.h. |