ColorSpace.Match(Single[], ColorSpace+Rgb+TransferParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.