Click or drag to resize

GH_PaletteStyle Constructor (Color, Color, Color)

Construct a new GH_Box_Palette_Colours instance.

Namespace:  Grasshopper.GUI.Canvas
Assembly:  Grasshopper (in Grasshopper.dll)
Syntax
public GH_PaletteStyle(
	Color fill,
	Color edge,
	Color text
)

Parameters

fill
Type: System.DrawingColor
Colour to use for background fills.
edge
Type: System.DrawingColor
Colour to use for edges.
text
Type: System.DrawingColor
Colour to use for text objects.
See Also