XpsDocument.CreateColor
İçindekiler
[
Saklamak
]CreateColor(Color)
Yeni bir renk oluşturur.
public XpsColor CreateColor(Color color)
| Parametre | Tip | Tanım |
|---|---|---|
| color | Color | RGB rengi için doğal bir renk örneği. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
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)
| Parametre | Tip | Tanım |
|---|---|---|
| a | Int32 | Alfa renk bileşeni. |
| r | Int32 | Kırmızı renk bileşeni. |
| g | Int32 | Yeşil renk bileşeni. |
| b | Int32 | Mavi renk bileşeni. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreateColor(int, int, int)
sRGB renk alanında yeni bir renk oluşturur.
public XpsColor CreateColor(int r, int g, int b)
| Parametre | Tip | Tanım |
|---|---|---|
| r | Int32 | Kırmızı renk bileşeni. |
| g | Int32 | Yeşil renk bileşeni. |
| b | Int32 | Mavi renk bileşeni. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
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)
| Parametre | Tip | Tanım |
|---|---|---|
| a | Single | Alfa renk bileşeni. |
| r | Single | Kırmızı renk bileşeni. |
| g | Single | Yeşil renk bileşeni. |
| b | Single | Mavi renk bileşeni. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreateColor(float, float, float)
ScRGB renk alanında yeni bir renk oluşturur.
public XpsColor CreateColor(float r, float g, float b)
| Parametre | Tip | Tanım |
|---|---|---|
| r | Single | Kırmızı renk bileşeni. |
| g | Single | Yeşil renk bileşeni. |
| b | Single | Mavi renk bileşeni. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreateColor(string, params float[])
ICC tabanlı renk uzayında yeni bir renk oluşturur.
public XpsColor CreateColor(string path, params float[] components)
| Parametre | Tip | Tanım |
|---|---|---|
| path | String | ICC profiline giden yol. |
| components | Single[] | Renk bileşenleri. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page
CreateColor(XpsIccProfile, params float[])
ICC tabanlı renk uzayında yeni bir renk oluşturur.
public XpsColor CreateColor(XpsIccProfile iccProfile, params float[] components)
| Parametre | Tip | Tanım |
|---|---|---|
| iccProfile | XpsIccProfile | ICC profil kaynağı. |
| components | Single[] | Renk bileşenleri. |
Geri dönüş değeri
Yeni renk.
Ayrıca bakınız
- class XpsColor
- class XpsIccProfile
- class XpsDocument
- ad alanı Aspose.Page.XPS
- toplantı Aspose.Page