Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Initializes a new instance of the Spotfire.Dxp.Framework.Styles.ColorInfo struct from an integer value.
The color as an int containing a, r, g and b values.
Initializes a new instance of the Spotfire.Dxp.Framework.Styles.ColorInfo struct using another one as source but with a new alpha. Clamps the alpha to [0, 1].
Initializes a new instance of the Spotfire.Dxp.Framework.Styles.ColorInfo struct. Clamps the color components to the range [0, 255] and sets alpha to 1.
Initializes a new instance of the Spotfire.Dxp.Framework.Styles.ColorInfo struct. Clamps the color components to the range [0, 255] and alpha to [0, 1].
Initializes a new instance of the Spotfire.Dxp.Framework.Styles.ColorInfo struct. Clamps the alpha to [0, 1].
Initializes a new instance of the Spotfire.Dxp.Framework.Styles.ColorInfo struct.
Static
Readonly
TransparentTransparent color. Has all components set to zero (transparent black). Note that this is different from System.Drawing.Color.Transparent which is transparent white.
Gets the alpha value of this color.
Gets the blue value of this color.
Gets the green value of this color.
Gets a value indicating whether this instance is completely opaque.
Gets a value indicating whether this instance is completely transparent.
Gets the red value of this color.
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Indicates whether this instance and a specified object are equal.
The object to compare with the current instance.
true if obj and this instance are the same type and represent the same value; otherwise, false.
Indicates whether the current object is equal to another object of the same type.
An object to compare with this object.
true if the current object is equal to the other parameter; otherwise, false.
Represents a color with three bytes for the r,g,b components and a float for alpha.
Since
2.0