Skip to content

ColorState struct

Defined in

Namespace: CrissCross.WPF.UI Assembly: CrissCross.WPF.UI.dll Full name: CrissCross.WPF.UI.ColorState Modifiers: public sealed

Summary

        ColorState.
        

Applies to

net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481

Class hierarchy
classDiagram
class ColorState
class IEquatable~ColorState~ {
    <>
}
IEquatable~ColorState~ <|.. ColorState

Implements: IEquatable

Constructors

NameSummary
.ctorInitializes a new instance of the [ColorState](# struct.

Properties

NameSummary
AGets or sets a.
RGB_RGets or sets the RGB r.
RGB_GGets or sets the RGB g.
RGB_BGets or sets the RGB b.
HSV_HGets or sets the HSV h.
HSV_SGets or sets the HSV s.
HSV_VGets or sets the HSV v.
HSL_HGets or sets the HSL h.
HSL_SGets or sets the HSL s.
HSL_LGets or sets the HSL l.

Methods

NameSummary
SetARGBSets the ARGB.
ToString
GetHashCode
Equals

Operators

NameSummary
static op_Inequality
static op_Equality