XpsDocument.CreateColor
inhoud
[
verbergen
]CreateColor(Color)
Creëert een nieuwe kleur.
public XpsColor CreateColor(Color color)
Parameter | Type | Beschrijving |
---|---|---|
color | Color | Een native kleurinstantie voor RGB-kleur. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateColor(int, int, int, int)
Creëert een nieuwe kleur in de sRGB-kleurruimte.
public XpsColor CreateColor(int a, int r, int g, int b)
Parameter | Type | Beschrijving |
---|---|---|
a | Int32 | De alfakleurcomponent. |
r | Int32 | De rode kleurcomponent. |
g | Int32 | De groene kleurcomponent. |
b | Int32 | De blauwe kleurcomponent. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateColor(int, int, int)
Creëert een nieuwe kleur in de sRGB-kleurruimte.
public XpsColor CreateColor(int r, int g, int b)
Parameter | Type | Beschrijving |
---|---|---|
r | Int32 | De rode kleurcomponent. |
g | Int32 | De groene kleurcomponent. |
b | Int32 | De blauwe kleurcomponent. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateColor(float, float, float, float)
Creëert een nieuwe kleur in de scRGB-kleurruimte.
public XpsColor CreateColor(float a, float r, float g, float b)
Parameter | Type | Beschrijving |
---|---|---|
a | Single | De alfakleurcomponent. |
r | Single | De rode kleurcomponent. |
g | Single | De groene kleurcomponent. |
b | Single | De blauwe kleurcomponent. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateColor(float, float, float)
Creëert een nieuwe kleur in de scRGB-kleurruimte.
public XpsColor CreateColor(float r, float g, float b)
Parameter | Type | Beschrijving |
---|---|---|
r | Single | De rode kleurcomponent. |
g | Single | De groene kleurcomponent. |
b | Single | De blauwe kleurcomponent. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateColor(string, params float[])
Creëert een nieuwe kleur in ICC-gebaseerde kleurruimte.
public XpsColor CreateColor(string path, params float[] components)
Parameter | Type | Beschrijving |
---|---|---|
path | String | Het pad naar het ICC-profiel. |
components | Single[] | Kleur componenten. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page
CreateColor(XpsIccProfile, params float[])
Creëert een nieuwe kleur in ICC-gebaseerde kleurruimte.
public XpsColor CreateColor(XpsIccProfile iccProfile, params float[] components)
Parameter | Type | Beschrijving |
---|---|---|
iccProfile | XpsIccProfile | De ICC-profielbron. |
components | Single[] | Kleur componenten. |
Winstwaarde
Nieuwe kleur.
Zie ook
- class XpsColor
- class XpsIccProfile
- class XpsDocument
- naamruimte Aspose.Page.XPS
- montage Aspose.Page