CGColorSpace.CreateCalibratedRGB 方法

定义

创建新的经过校准的 RGB 颜色空间。

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

参数

whitepoint
nfloat[]

CIE 1931 XYZ 空间中的 3 个单曲数组,指定漫射白点的三分。

blackpoint
nfloat[]

CIE 1931 XYZ 空间中的 3 个单曲数组,用于指定漫射黑点的三重。

gamma
nfloat[]

伽玛值。

matrix
nfloat[]

返回

适用于