Class CdrColor
Class CdrColor
Namespace: Aspose.Imaging.FileFormats.Cdr.Types
Assembly: Aspose.Imaging.dll (25.2.0)
The cdr color
[JsonObject(MemberSerialization.OptIn)]
public class CdrColor
Inheritance
Inherited Members
object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
CdrColor()
public CdrColor()
Properties
ColorModel
Gets or sets the color model.
[JsonProperty]
public CdrColorModel ColorModel { get; set; }
Property Value
ColorValue
Gets or sets the color value.
[JsonProperty]
public int ColorValue { get; set; }
Property Value
Opacity
Gets or sets the opacity.
[JsonProperty]
public byte Opacity { get; set; }
Property Value
RgbColorValue
Gets or sets the RGB color value.
[JsonProperty]
public int RgbColorValue { get; set; }