Table of Contents

Class CmxColor

Namespace
Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles
Assembly
Aspose.Imaging.dll

Represents a color value.

public class CmxColor
Inheritance
CmxColor
Inherited Members

Constructors

CmxColor()

public CmxColor()

Properties

ColorModel

Gets or sets the color model.

public ColorModels ColorModel { get; set; }

Property Value

ColorModels

The color model.

Value

Gets or sets the color value.

public uint Value { get; set; }

Property Value

uint

The color value.

Methods

Equals(CmxColor)

Check if objects are equal.

protected bool Equals(CmxColor other)

Parameters

other CmxColor

The other object.

Returns

bool

The equality comparison result.

Equals(object)

Check if objects are equal.

public override bool Equals(object obj)

Parameters

obj object

The other object.

Returns

bool

The equality comparison result.

GetHashCode()

Get hash code of the current object.

public override int GetHashCode()

Returns

int

The hash code.

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.