Description:

Get a default paint color for Rhino. The current paint color may be different than the default

Syntax:
public static Color DefaultPaintColor(
PaintColor whichColor,
Boolean darkMode
)
Parameters:
  • darkMode
  • Type: System.Boolean
  • If True gets the default dark mode color otherwise return the default light mode color
Returns:
Type: Color
Available since:
8.0

Description:

Get a default paint color for Rhino. The current paint color may be different than the default

Syntax:
public static Color DefaultPaintColor(
PaintColor whichColor
)
Parameters:
Returns:
Type: Color
Available since:
7.0

Nothing found