Class HexColor
A struct representing a Hex color representation of a color.
Inheritance
Namespace: Telerik.Windows.Controls.ColorEditor.ColorSchemas
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class HexColor : ValueType
Constructors
HexColor(String)
Initializes a new instance of the Hex
Declaration
public HexColor(string value)
Parameters
System. The hex value. |
Properties
Value
Gets the hex value of the Hex
Declaration
public string Value { get; }
Property Value
System. The value. |
Methods
Equals(Object)
Determines whether the specified System.
Declaration
public override bool Equals(object obj)
Parameters
System. The System. |
Returns
System. True if the specified System. |
Equals(HexColor)
Declaration
public bool Equals(HexColor otherHex)
Parameters
Returns
System.
|
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
System. A hash code for the current System. |
Operators
Equality(HexColor, HexColor)
Implements the operator ==.
Declaration
public static bool operator ==(HexColor instance1, HexColor instance2)
Parameters
Returns
System. The result of the operator. |
Inequality(HexColor, HexColor)
Implements the operator !=.
Declaration
public static bool operator !=(HexColor instance1, HexColor instance2)
Parameters
Returns
System. The result of the operator. |