CmxColor

CmxColor class

Represents a color value.

public class CmxColor

Constructors

NameDescription
CmxColor()The default constructor.

Properties

NameDescription
ColorModel { get; set; }Gets or sets the color model.
Value { get; set; }Gets or sets the color value.

Methods

NameDescription
override Equals(object)Check if objects are equal.
override GetHashCode()Get hash code of the current object.
override ToString()Returns a String that represents this instance.

See Also