GH_PaletteStyle Constructor (Color)

GH_PaletteStyle Constructor (Color)

Construct a new GH_Box_Palette_Colours instance with a single base colour.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_PaletteStyle(
	Color fill
)
Public Sub New ( 
	fill As Color
)

Parameters

fill
Type: System.DrawingColor
Colour to use for background fills. All other colours are computed based on this colour.
See Also