ColorSpace.Match(Single[], ColorSpace+Rgb+TransferParameters) Method

Definition

Returns a Named instance of ColorSpace that matches the specified RGB to CIE XYZ transform and transfer functions.

[Android.Runtime.Register("match", "([FLandroid/graphics/ColorSpace$Rgb$TransferParameters;)Landroid/graphics/ColorSpace;", "", ApiSince=26)]
public static Android.Graphics.ColorSpace? Match (float[] toXYZD50, Android.Graphics.ColorSpace.Rgb.TransferParameters function);
[<Android.Runtime.Register("match", "([FLandroid/graphics/ColorSpace$Rgb$TransferParameters;)Landroid/graphics/ColorSpace;", "", ApiSince=26)>]
static member Match : single[] * Android.Graphics.ColorSpace.Rgb.TransferParameters -> Android.Graphics.ColorSpace

Parameters

toXYZD50
Single[]

3x3 column-major transform matrix from RGB to the profile connection space CIE XYZ as an array of 9 floats, cannot be null

function
ColorSpace.Rgb.TransferParameters

Parameters for the transfer functions

Returns

A non-null ColorSpace if a match is found, null otherwise

Attributes

Remarks

Java documentation for android.graphics.ColorSpace.match(float[], android.graphics.TransferParameters).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to