Aspose::Page::XPS::XpsDocument::CreateColor method
İçindekiler
[
Saklamak
]XpsDocument::CreateColor(float, float, float, float) method
scRGB renk uzayında yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(float a, float r, float g, float b)
| Parameter | Type | Açıklama |
|---|---|---|
| a | float | Alfa renk bileşeni. |
| r | float | Kırmızı renk bileşeni. |
| g | float | Yeşil renk bileşeni. |
| b | float | Mavi renk bileşeni. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(float, float, float) method
scRGB renk uzayında yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(float r, float g, float b)
| Parameter | Type | Açıklama |
|---|---|---|
| r | float | Kırmızı renk bileşeni. |
| g | float | Yeşil renk bileşeni. |
| b | float | Mavi renk bileşeni. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(int32_t, int32_t, int32_t, int32_t) method
sRGB renk uzayında yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)
| Parameter | Type | Açıklama |
|---|---|---|
| a | int32_t | Alfa renk bileşeni. |
| r | int32_t | Kırmızı renk bileşeni. |
| g | int32_t | Yeşil renk bileşeni. |
| b | int32_t | Mavi renk bileşeni. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(int32_t, int32_t, int32_t) method
sRGB renk uzayında yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(int32_t r, int32_t g, int32_t b)
| Parameter | Type | Açıklama |
|---|---|---|
| r | int32_t | Kırmızı renk bileşeni. |
| g | int32_t | Yeşil renk bileşeni. |
| b | int32_t | Mavi renk bileşeni. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(System::Drawing::Color) method
Yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::Drawing::Color color)
| Parameter | Type | Açıklama |
|---|---|---|
| renk | System::Drawing::Color | RGB rengi için yerel bir renk örneği. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class Color
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile>, const System::ArrayPtr<float>&) method
ICC tabanlı renk uzayında yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile> iccProfile, const System::ArrayPtr<float> &components)
| Parameter | Type | Açıklama |
|---|---|---|
| iccProfile | System::SharedPtr<XpsModel::XpsIccProfile> | ICC profil kaynağı. |
| bileşenler | const System::ArrayPtr<float>& | Renk bileşenleri. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class XpsIccProfile
- Typedef ArrayPtr
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(System::String, const System::ArrayPtr<float>&) method
ICC tabanlı renk uzayında yeni bir renk oluşturur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::String path, const System::ArrayPtr<float> &components)
| Parameter | Type | Açıklama |
|---|---|---|
| yol | System::String | ICC profile yolu. |
| bileşenler | const System::ArrayPtr<float>& | Renk bileşenleri. |
ReturnValue
Yeni renk.
Ayrıca Bakınız
- Typedef SharedPtr
- Class XpsColor
- Class String
- Typedef ArrayPtr
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++