XpsDocument.CreateColor

CreateColor(Color)

Creëert een nieuwe kleur.

public XpsColor CreateColor(Color color)
ParameterTypeBeschrijving
colorColorEen native kleurinstantie voor RGB-kleur.

Winstwaarde

Nieuwe kleur.

Zie ook


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)
ParameterTypeBeschrijving
aInt32De alfakleurcomponent.
rInt32De rode kleurcomponent.
gInt32De groene kleurcomponent.
bInt32De blauwe kleurcomponent.

Winstwaarde

Nieuwe kleur.

Zie ook


CreateColor(int, int, int)

Creëert een nieuwe kleur in de sRGB-kleurruimte.

public XpsColor CreateColor(int r, int g, int b)
ParameterTypeBeschrijving
rInt32De rode kleurcomponent.
gInt32De groene kleurcomponent.
bInt32De blauwe kleurcomponent.

Winstwaarde

Nieuwe kleur.

Zie ook


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)
ParameterTypeBeschrijving
aSingleDe alfakleurcomponent.
rSingleDe rode kleurcomponent.
gSingleDe groene kleurcomponent.
bSingleDe blauwe kleurcomponent.

Winstwaarde

Nieuwe kleur.

Zie ook


CreateColor(float, float, float)

Creëert een nieuwe kleur in de scRGB-kleurruimte.

public XpsColor CreateColor(float r, float g, float b)
ParameterTypeBeschrijving
rSingleDe rode kleurcomponent.
gSingleDe groene kleurcomponent.
bSingleDe blauwe kleurcomponent.

Winstwaarde

Nieuwe kleur.

Zie ook


CreateColor(string, params float[])

Creëert een nieuwe kleur in ICC-gebaseerde kleurruimte.

public XpsColor CreateColor(string path, params float[] components)
ParameterTypeBeschrijving
pathStringHet pad naar het ICC-profiel.
componentsSingle[]Kleur componenten.

Winstwaarde

Nieuwe kleur.

Zie ook


CreateColor(XpsIccProfile, params float[])

Creëert een nieuwe kleur in ICC-gebaseerde kleurruimte.

public XpsColor CreateColor(XpsIccProfile iccProfile, params float[] components)
ParameterTypeBeschrijving
iccProfileXpsIccProfileDe ICC-profielbron.
componentsSingle[]Kleur componenten.

Winstwaarde

Nieuwe kleur.

Zie ook