Aspose::Page::XPS::XpsDocument::CreateColor method
Inhalt
[
Ausblenden
]XpsDocument::CreateColor(float, float, float, float) method
Erstellt eine neue Farbe im scRGB-Farbraum.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(float a, float r, float g, float b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| a | float | Die Alpha-Farbkomponente. |
| r | float | Die rote Farbkomponente. |
| g | float | Die grüne Farbkomponente. |
| b | float | Die blaue Farbkomponente. |
ReturnValue
Neue Farbe.
Siehe auch
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(float, float, float) method
Erstellt eine neue Farbe im scRGB-Farbraum.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(float r, float g, float b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| r | float | Die rote Farbkomponente. |
| g | float | Die grüne Farbkomponente. |
| b | float | Die blaue Farbkomponente. |
ReturnValue
Neue Farbe.
Siehe auch
- 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
Erstellt eine neue Farbe im sRGB-Farbraum.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| a | int32_t | Die Alpha-Farbkomponente. |
| r | int32_t | Die rote Farbkomponente. |
| g | int32_t | Die grüne Farbkomponente. |
| b | int32_t | Die blaue Farbkomponente. |
ReturnValue
Neue Farbe.
Siehe auch
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(int32_t, int32_t, int32_t) method
Erstellt eine neue Farbe im sRGB-Farbraum.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(int32_t r, int32_t g, int32_t b)
| Parameter | Typ | Beschreibung |
|---|---|---|
| r | int32_t | Die rote Farbkomponente. |
| g | int32_t | Die grüne Farbkomponente. |
| b | int32_t | Die blaue Farbkomponente. |
ReturnValue
Neue Farbe.
Siehe auch
- Typedef SharedPtr
- Class XpsColor
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++
XpsDocument::CreateColor(System::Drawing::Color) method
Erstellt eine neue Farbe.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::Drawing::Color color)
| Parameter | Typ | Beschreibung |
|---|---|---|
| color | System::Drawing::Color | Eine native Farbinstanz für RGB-Farbe. |
ReturnValue
Neue Farbe.
Siehe auch
- 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
Erstellt eine neue Farbe im ICC-basierten Farbraum.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile> iccProfile, const System::ArrayPtr<float> &components)
| Parameter | Typ | Beschreibung |
|---|---|---|
| iccProfile | System::SharedPtr<XpsModel::XpsIccProfile> | Die ICC-Profilressource. |
| Komponenten | const System::ArrayPtr<float>& | Farbkomponenten. |
ReturnValue
Neue Farbe.
Siehe auch
- 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
Erstellt eine neue Farbe im ICC-basierten Farbraum.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::XpsDocument::CreateColor(System::String path, const System::ArrayPtr<float> &components)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Pfad | System::String | Der Pfad zum ICC-Profil. |
| Komponenten | const System::ArrayPtr<float>& | Farbkomponenten. |
ReturnValue
Neue Farbe.
Siehe auch
- Typedef SharedPtr
- Class XpsColor
- Class String
- Typedef ArrayPtr
- Class XpsDocument
- Namespace Aspose::Page::XPS
- Library Aspose.Page for C++