Inheritance diagram for Palette:
Properties | |
ColorGroup | active |
ColorGroup | disabled |
ColorGroup | inactive |
Constructors | |
Palette (ColorGroup active, ColorGroup disabled, ColorGroup inactive) |
This is the DAZ Script counterpart of the QPalette type used in the DAZ Studio SDK.
Palette::Palette | ( | ColorGroup | active, | |
ColorGroup | disabled, | |||
ColorGroup | inactive | |||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Creates a palette with the given color groups.
active | The ColorGroup for the active state | |
disabled | The ColorGroup for the disabled state | |
inactive | The ColorGroup for the inactive state |
The ColorGroup for active windows (the window that has focus).
The ColorGroup for disabled widgets.
The ColorGroup for inactive windows (the other windows).