PaintColor Enumeration

PaintColor Enumeration

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

Namespace:  Rhino.ApplicationSettings
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum PaintColor
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.
ActiveCaption14Active floating window non-client area
InactiveCaption15Inactive floating window non-client area
PanelBackground16Background color of panels
ActiveViewportTitle17Active viewport title.
InactiveViewportTitle18Inactive viewport title.
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.14
See Also