StructRgbaColor
Struct
A struct representing a color comprised of Red, Green, Blue and Alpha channels.
Definition
Namespace:Telerik.Windows.Controls.ColorEditor.ColorSchemas
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
[SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", MessageId = "Rgba")]
public struct RgbaColor
Inherited Members
Constructors
RgbaColor(Color)
Initializes a new instance of the RgbaColor struct.
Declaration
cs-api-definition
public RgbaColor(Color color)
Parameters
color
Color
The color.
RgbaColor(double, double, double, double)
Initializes a new instance of the RgbaColor struct.
Properties
Methods
Equals(RgbaColor)
Compares the two instance.
GetHashCode()
Serves as a hash function for a particular type.
Operators
operator !=(RgbaColor, RgbaColor)
Implements the operator !=.
operator ==(RgbaColor, RgbaColor)
Implements the operator ==.