Class CMYKColor
Class CMYKColor
İsim alanı : Aspose.BarCode.Generation Toplama: Aspose.BarCode.dll (25.4.0)
Null anlamına gelir CMYK kullanılmaz, varsayılan RGB renk kullanılır.
[XmlSerialization(Name = "Aspose.BarCode.Reader.Properties.CMYKColor")]
public class CMYKColor
Inheritance
mirasçı üyeleri
object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
CMYK renk(int , int , int , int , int)
Yeni bir örnek başlatır Aspose.BarCode.Generation.CMYKRenk sınıfı CMYK değerlerinden.CMYK değerleri 0-100 arasındadır.
public CMYKColor(int c, int m, int y, int k)
Parameters
c
int
Cyan değeri [0, 100]
m
int
Magenta değeri [0, 100]
y
int
Sarı değer [0, 100]
k
int
Siyah değeri [0, 100]