ColorSpace.Rgb.GetTransferParameters 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 the parameters used by the electro-optical and opto-electronic transfer functions.
[Android.Runtime.Register("getTransferParameters", "()Landroid/graphics/ColorSpace$Rgb$TransferParameters;", "GetGetTransferParametersHandler", ApiSince=26)]
public virtual Android.Graphics.ColorSpace.Rgb.TransferParameters? GetTransferParameters();
[<Android.Runtime.Register("getTransferParameters", "()Landroid/graphics/ColorSpace$Rgb$TransferParameters;", "GetGetTransferParametersHandler", ApiSince=26)>]
abstract member GetTransferParameters : unit -> Android.Graphics.ColorSpace.Rgb.TransferParameters
override this.GetTransferParameters : unit -> Android.Graphics.ColorSpace.Rgb.TransferParameters
Returns
An instance of TransferParameters or null if this color space's transfer functions do not match the equation defined in TransferParameters
- Attributes
Remarks
Returns the parameters used by the electro-optical and opto-electronic transfer functions. If the transfer functions do not match the ICC parametric curves defined in ICC.1:2004-10 (section 10.15), this method returns null.
See TransferParameters for a full description of the transfer functions.
Android reference for android.graphics.ColorSpace.Rgb.getTransferParameters.
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.