Table of Contents

Constructor ColorPicker

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ColorPicker()

Initializes a new instance of ColorPicker.

public ColorPicker()

ColorPicker(ustring)

Initializes a new instance of ColorPicker.

public ColorPicker(ustring title)

Parameters

title ustring

Title.

ColorPicker(Point, ustring)

Initializes a new instance of ColorPicker.

public ColorPicker(Point point, ustring title)

Parameters

point Point

Location point.

title ustring

Title.

ColorPicker(int, int, ustring)

Initializes a new instance of ColorPicker.

public ColorPicker(int x, int y, ustring title)

Parameters

x int

X location.

y int

Y location.

title ustring

Title