See Also: TonemapCurve Members
Immutable class for describing a 2 x M x 3 tonemap curve of floats.
This defines red, green, and blue curves that the Android.Hardware.Camera2.CameraDevice will use as the tonemapping/contrast/gamma curve when Android.Hardware.Camera2.CaptureRequest.TonemapMode is set to Android.Hardware.Camera2.CameraMetadata.TONEMAP_MODE_CONTRAST_CURVE.
The total number of points (Pin, Pout) for each color channel can be no more than Android.Hardware.Camera2.CameraCharacteristics.TonemapMaxCurvePoints.
The coordinate system for each point is within the inclusive range [TonemapCurve.LevelBlack, TonemapCurve.LevelWhite].