ColorMatrix.SetYUV2RGB Method

Definition

Set the matrix to convert from YUV to RGB

[Android.Runtime.Register("setYUV2RGB", "()V", "GetSetYUV2RGBHandler")]
public virtual void SetYUV2RGB ();
[<Android.Runtime.Register("setYUV2RGB", "()V", "GetSetYUV2RGBHandler")>]
abstract member SetYUV2RGB : unit -> unit
override this.SetYUV2RGB : unit -> unit
Attributes

Remarks

Set the matrix to convert from YUV to RGB

Java documentation for android.graphics.ColorMatrix.setYUV2RGB().

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