CaptureResult.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.CaptureResult.Key? ColorCorrectionTransform { get; }
[<Android.Runtime.Register("COLOR_CORRECTION_TRANSFORM")>]
member this.ColorCorrectionTransform : Android.Hardware.Camera2.CaptureResult.Key

Property Value

CaptureResult.Key
Attributes

Remarks

Java documentation for android.hardware.camera2.CaptureResult.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