AppearanceSettingsGetPaintColor Method |
Gets the .Net library color that is currently associated with a paint color.
Namespace:
Rhino.ApplicationSettings
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static Color GetPaintColor(
PaintColor whichColor
)
Public Shared Function GetPaintColor (
whichColor As PaintColor
) As Color
Parameters
- whichColor
- Type: Rhino.ApplicationSettingsPaintColor
A color association.
Return Value
Type:
ColorA .Net library color.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also