DAZ Script |
---|
Palette ( Palette active, Palette disabled, Palette inactive ) |
This is the script counterpart to the QPalette type used in the C++ SDK.
Attention:
Palette : active
The Palette for active windows (the window that has focus).
Used as the alternate background color in views with alternating row colors.
Obsolete. Use window instead.
Used as background color for text entry widgets, for example; usually white or another light color.
A text color that is very different from windowText, and contrasts well with e.g. dark. Typically used for text that needs to be drawn where text or windowText would give poor contrast, such as on a pressed DzPushButton. Note that text colors can be used for things other than just words; text colors are usually used for text, but it's quite common to use the text color roles for lines, icons, etc.
General button background color.
A foreground color used with the button color.
Used for 3D bevel and shadow effects. Darker than button.
Palette : disabled
The Palette for disabled widgets.
Obsolete. Use windowText instead.
A color to indicate a selected item or the current item.
A text color that contrasts with highlight.
Palette : inactive
The Palette for inactive windows (the other windows).
Used for 3D bevel and shadow effects. Lighter than button color.
A text color used for unvisited hyperlinks. By default, the link color is blue.
A text color used for already visited hyperlinks. By default, the link visited color is magenta.
Used for 3D bevel and shadow effects. Between button and dark.
Used for 3D bevel and shadow effects. Between button and light.
Used for 3D bevel and shadow effects. A very dark color.
The foreground color used with base.
Used as the background color for ToolTip and WhatsThis. Tool tips use the inactive Palette, because tool tips are not active windows.
Used as the foreground color for ToolTip and WhatsThis. Tool tips use the inactive Palette, because tool tips are not active windows.
General background color.
General foreground color.
Palette( Palette active, Palette disabled, Palette inactive )
Default Constructor.
Creates a palette with the given color groups.
Parameter(s):