Table of Contents

Class ColorPickerDialogStyle

Namespace
Myra.Graphics2D.UI.Styles
Assembly
Myra.dll

Style class that defines the visual appearance of color picker dialog widgets.

public class ColorPickerDialogStyle : WindowStyle
Inheritance
ColorPickerDialogStyle
Inherited Members

Properties

CheckerBoard

Gets or sets the checkerboard pattern image used to show transparency in the color preview.

public IImage CheckerBoard { get; set; }

Property Value

IImage

Gradient

Gets or sets the gradient brush used in the saturation/value picker area.

public IBrush Gradient { get; set; }

Property Value

IBrush

SelectionBackground

Gets or sets the brush used for the background of selected color items.

public IBrush SelectionBackground { get; set; }

Property Value

IBrush

SelectionHoverBackground

Gets or sets the brush used for the background of hovered color items.

public IBrush SelectionHoverBackground { get; set; }

Property Value

IBrush

VSPickerKnob

Gets or sets the image used for the knob/crosshair in the saturation/value picker.

public IImage VSPickerKnob { get; set; }

Property Value

IImage

Wheel

Gets or sets the color wheel image used in the hue selector.

public IImage Wheel { get; set; }

Property Value

IImage