Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor methode
inhoud
[
verbergen
]PageAPI::CreateColor(float, float, float, float) method
Maakt een nieuwe kleur in de scRGB-kleurruimte.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(float a, float r, float g, float b)
| Parameter | Type | Beschrijving |
|---|---|---|
| een | float | De alfa-kleurcomponent. |
| r | float | De rode kleurcomponent. |
| g | float | De groene kleurcomponent. |
| b | float | De blauwe kleurcomponent. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateColor(float, float, float) method
Maakt een nieuwe kleur in de scRGB-kleurruimte.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(float r, float g, float b)
| Parameter | Type | Beschrijving |
|---|---|---|
| r | float | De rode kleurcomponent. |
| g | float | De groene kleurcomponent. |
| b | float | De blauwe kleurcomponent. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateColor(int32_t, int32_t, int32_t, int32_t) method
Maakt een nieuwe kleur in de sRGB-kleurruimte.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(int32_t a, int32_t r, int32_t g, int32_t b)
| Parameter | Type | Beschrijving |
|---|---|---|
| een | int32_t | De alfa-kleurcomponent. |
| r | int32_t | De rode kleurcomponent. |
| g | int32_t | De groene kleurcomponent. |
| b | int32_t | De blauwe kleurcomponent. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateColor(int32_t, int32_t, int32_t) method
Maakt een nieuwe kleur in de sRGB-kleurruimte.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(int32_t r, int32_t g, int32_t b)
| Parameter | Type | Beschrijving |
|---|---|---|
| r | int32_t | De rode kleurcomponent. |
| g | int32_t | De groene kleurcomponent. |
| b | int32_t | De blauwe kleurcomponent. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateColor(System::Drawing::Color) method
Maakt een nieuwe kleur.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(System::Drawing::Color color)
| Parameter | Type | Beschrijving |
|---|---|---|
| kleur | System::Drawing::Color | Een native kleurinstantie voor RGB-kleur. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class Color
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile>, const System::ArrayPtr<float>&) method
Maakt een nieuwe kleur in een ICC-gebaseerde kleurruimte.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(System::SharedPtr<XpsModel::XpsIccProfile> iccProfile, const System::ArrayPtr<float> &components)
| Parameter | Type | Beschrijving |
|---|---|---|
| iccProfile | System::SharedPtr<XpsModel::XpsIccProfile> | De ICC-profielresource. |
| componenten | const System::ArrayPtr<float>& | Kleurcomponenten. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class XpsIccProfile
- Typedef ArrayPtr
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++
PageAPI::CreateColor(System::String, const System::ArrayPtr<float>&) method
Maakt een nieuwe kleur in een ICC-gebaseerde kleurruimte.
System::SharedPtr<XpsModel::XpsColor> Aspose::Page::XPS::Features::EventBasedModifications::PageAPI::CreateColor(System::String path, const System::ArrayPtr<float> &components)
| Parameter | Type | Beschrijving |
|---|---|---|
| pad | System::String | Het pad naar het ICC-profiel. |
| componenten | const System::ArrayPtr<float>& | Kleurcomponenten. |
ReturnValue
Nieuwe kleur.
Zie ook
- Typedef SharedPtr
- Class XpsColor
- Class String
- Typedef ArrayPtr
- Class PageAPI
- Namespace Aspose::Page::XPS::Features::EventBasedModifications
- Library Aspose.Page for C++