Click or drag to resize

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
)

Parameters

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