Class CmxColor
Class CmxColor
Nazwa przestrzeń: Aspose.Imaging.FileFormats.Cmx.ObjectModel.Styles Zgromadzenie: Aspose.Imaging.dll (25.4.0)
Przedstawia wartość kolorów.
[JsonObject(MemberSerialization.OptIn)]
public class CmxColor
Inheritance
Dziedziczeni członkowie
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
Dostęp lub ustaw kolorowy model.
[JsonProperty]
public ColorModels ColorModel { get; set; }
Wartość nieruchomości
Value
Otrzymuje lub ustawia wartość koloru.
[JsonProperty]
public uint Value { get; set; }
Wartość nieruchomości
Methods
Equals(CmxColor)
Sprawdź, czy obiekty są równe.
protected bool Equals(CmxColor other)
Parameters
other
CmxColor
Kolejny obiekt.
Returns
Wynik porównania równości.
Equals(Obiekt)
Sprawdź, czy obiekty są równe.
public override bool Equals(object obj)
Parameters
obj
object
Kolejny obiekt.
Returns
Wynik porównania równości.
GetHashCode()
Zdobądź kod hash bieżącego obiektu.
public override int GetHashCode()
Returns
To jest kod hash.
ToString()
Powraca system.String, który reprezentuje tę instancję.
public override string ToString()
Returns
System.String, który reprezentuje tę instancję.