CGColorSpace.CreateCalibratedGray(nfloat[], nfloat[], nfloat) Method

Definition

Creates a new calibrated gray colorspace.

public static CoreGraphics.CGColorSpace CreateCalibratedGray (nfloat[] whitepoint, nfloat[] blackpoint, nfloat gamma);
static member CreateCalibratedGray : 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[]
gamma
nfloat

The gamma value.

Returns

Applies to