ColorMatrix.SetYUV2RGB 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.
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.