HypernovaDesktop Components · docs
Binarymission
WinFormsOffice2007 Color Picker › BinaryColorPickerExtendedEventArgs

BinaryColorPickerExtendedEventArgs

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.ColorPickers

A specialized event data class, to be used when the control raises the events SelectionCommitted and BinaryColorPickerSelectedColorChanged.

public class BinaryColorPickerExtendedEventArgs : EventArgs

Inherits from / implements: EventArgs

Members at a glance

BinaryColorPickerExtendedEventArgsInitializes a new instance of the BinaryColorPickerExtendedEventArgs class.
AlphaValueGets or sets the alpha value.
BlendTargetColorGets or sets the color of the blend target.
ShowHSBInToolTipGets or sets a value indicating whether to show HSB in tooltip.
UserSelectedColorGets or sets the user selected color.

Constructors

BinaryColorPickerExtendedEventArgs

public BinaryColorPickerExtendedEventArgs() : base()

Initializes a new instance of the BinaryColorPickerExtendedEventArgs class.

Properties

AlphaValue

public int AlphaValue

Gets or sets the alpha value.

Value. The alpha value.

BlendTargetColor

public Color BlendTargetColor

Gets or sets the color of the blend target.

Value. The color of the blend target.

ShowHSBInToolTip

public bool ShowHSBInToolTip

Gets or sets a value indicating whether to show HSB in tooltip.

UserSelectedColor

public Color UserSelectedColor

Gets or sets the user selected color.