Class CmxColor
Class CmxColor
名称: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles 收藏: Aspose.Imaging.dll (25.4.0)
代表色彩价值。
[JsonObject(MemberSerialization.OptIn)]
public class CmxColor
Inheritance
继承人
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CmxColor()
public CmxColor()
Properties
ColorModel
接收或设置颜色模型。
[JsonProperty]
public ColorModels ColorModel { get; set; }
财产价值
Value
接收或设置颜色值。
[JsonProperty]
public uint Value { get; set; }
财产价值
Methods
Equals(CmxColor)
检查对象是否平等。
protected bool Equals(CmxColor other)
Parameters
other
CmxColor
其它对象。
Returns
平等比较结果。
Equals(对象)
检查对象是否平等。
public override bool Equals(object obj)
Parameters
obj
object
其它对象。
Returns
平等比较结果。
GetHashCode()
获取当前对象的哈希代码。
public override int GetHashCode()
Returns
哈希代码。
ToString()
返回一个 System.String 代表此例子。
public override string ToString()
Returns
一个系统.String 代表这个实例。