XpsDocument.CreateColor

CreateColor(Color)

Yeni bir renk oluşturur.

public XpsColor CreateColor(Color color)
ParametreTipTanım
colorColorRGB rengi için doğal bir renk örneği.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız


CreateColor(int, int, int, int)

sRGB renk alanında yeni bir renk oluşturur.

public XpsColor CreateColor(int a, int r, int g, int b)
ParametreTipTanım
aInt32Alfa renk bileşeni.
rInt32Kırmızı renk bileşeni.
gInt32Yeşil renk bileşeni.
bInt32Mavi renk bileşeni.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız


CreateColor(int, int, int)

sRGB renk alanında yeni bir renk oluşturur.

public XpsColor CreateColor(int r, int g, int b)
ParametreTipTanım
rInt32Kırmızı renk bileşeni.
gInt32Yeşil renk bileşeni.
bInt32Mavi renk bileşeni.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız


CreateColor(float, float, float, float)

ScRGB renk alanında yeni bir renk oluşturur.

public XpsColor CreateColor(float a, float r, float g, float b)
ParametreTipTanım
aSingleAlfa renk bileşeni.
rSingleKırmızı renk bileşeni.
gSingleYeşil renk bileşeni.
bSingleMavi renk bileşeni.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız


CreateColor(float, float, float)

ScRGB renk alanında yeni bir renk oluşturur.

public XpsColor CreateColor(float r, float g, float b)
ParametreTipTanım
rSingleKırmızı renk bileşeni.
gSingleYeşil renk bileşeni.
bSingleMavi renk bileşeni.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız


CreateColor(string, params float[])

ICC tabanlı renk uzayında yeni bir renk oluşturur.

public XpsColor CreateColor(string path, params float[] components)
ParametreTipTanım
pathStringICC profiline giden yol.
componentsSingle[]Renk bileşenleri.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız


CreateColor(XpsIccProfile, params float[])

ICC tabanlı renk uzayında yeni bir renk oluşturur.

public XpsColor CreateColor(XpsIccProfile iccProfile, params float[] components)
ParametreTipTanım
iccProfileXpsIccProfileICC profil kaynağı.
componentsSingle[]Renk bileşenleri.

Geri dönüş değeri

Yeni renk.

Ayrıca bakınız