Contains enumerated constant values to represent logical colors associated with elements of the user interface.
Namespace: Rhino.ApplicationSettingsAssembly: RhinoCommon (in RhinoCommon.dll) Version: 5.1.30000.5 (5.0.20693.0)
Syntax
| C# |
|---|
public enum PaintColor |
| Visual Basic |
|---|
Public Enumeration PaintColor |
Members
| Member name | Value | Description | |
|---|---|---|---|
| NormalStart | 0 | Gradient start for active toolbar tab and non-client area of Rhino. | |
| NormalEnd | 1 | Gradient end for active toolbar tab and non-client area of Rhino. | |
| NormalBorder | 2 | Edge color used for grippers, toolbar border, resize bars, status bar pane borders. | |
| HotStart | 3 | Gradient start for inactive toolbar tab. | |
| HotEnd | 4 | Gradient end for inactive toolbar tab. | |
| HotBorder | 5 | Inactive toolbar tab border. | |
| PressedStart | 6 | Pressed gradient start. | |
| PressedEnd | 7 | Pressed gradient end. | |
| PressedBorder | 8 | Pressed border. | |
| TextEnabled | 9 | Toolbar tab text and status bar text. | |
| TextDisabled | 10 | Disabled text color. | |
| MouseOverControlStart | 11 | Color for hovering gradient start. | |
| MouseOverControlEnd | 12 | Color for hovering gradient end. | |
| MouseOverControlBorder | 13 | Color for hovering border. |