Contains enumerated constant values to represent logical colors associated with elements of the user interface.

Namespace: Rhino.ApplicationSettings
Assembly: 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 nameValueDescription
NormalStart0Gradient start for active toolbar tab and non-client area of Rhino.
NormalEnd1Gradient end for active toolbar tab and non-client area of Rhino.
NormalBorder2Edge color used for grippers, toolbar border, resize bars, status bar pane borders.
HotStart3Gradient start for inactive toolbar tab.
HotEnd4Gradient end for inactive toolbar tab.
HotBorder5Inactive toolbar tab border.
PressedStart6Pressed gradient start.
PressedEnd7Pressed gradient end.
PressedBorder8Pressed border.
TextEnabled9Toolbar tab text and status bar text.
TextDisabled10Disabled text color.
MouseOverControlStart11Color for hovering gradient start.
MouseOverControlEnd12Color for hovering gradient end.
MouseOverControlBorder13Color for hovering border.

See Also