Upravit

Sdílet prostřednictvím


CGColorSpace.CreateCalibratedRGB Method

Definition

Creates a new calibrated RGB colorspace.

public static CoreGraphics.CGColorSpace CreateCalibratedRGB (nfloat[] whitepoint, nfloat[] blackpoint, nfloat[] gamma, nfloat[] matrix);
static member CreateCalibratedRGB : nfloat[] * nfloat[] * nfloat[] * nfloat[] -> CoreGraphics.CGColorSpace

Parameters

whitepoint
nfloat[]

An array of 3 singles in CIE 1931 XYZ-space that specify the tristimulus of the diffuse white point.

blackpoint
nfloat[]

An array of 3 singles in CIE 1931 XYZ-space that specify the tristimulus of the diffuse black point.

gamma
nfloat[]

The gamma value.

matrix
nfloat[]

Returns

Applies to