次の方法で共有


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[]

戻り値

適用対象