CaptureRequest.ColorCorrectionTransform Property

Definition

A color transform matrix to use to transform from sensor RGB color space to output linear sRGB color space.

[Android.Runtime.Register("COLOR_CORRECTION_TRANSFORM")]
public static Android.Hardware.Camera2.CaptureRequest.Key? ColorCorrectionTransform { get; }
[<Android.Runtime.Register("COLOR_CORRECTION_TRANSFORM")>]
static member ColorCorrectionTransform : Android.Hardware.Camera2.CaptureRequest.Key

Property Value

Attributes

Remarks

Java documentation for android.hardware.camera2.CaptureRequest.COLOR_CORRECTION_TRANSFORM.

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

See also