- colorChannel
- TonemapCurve.CHANNEL_RED, TonemapCurve.CHANNEL_GREEN, or TonemapCurve.CHANNEL_BLUE
- index
- at least 0 but no greater than getPointCount(colorChannel)
Documentation for this section has not yet been entered.
Type Reason Java.Lang.IllegalArgumentException if colorChannel or index was out of range
Get the point for a color channel at a specified index.
The index must be at least 0 but no greater than TonemapCurve.GetPointCount(Android.Graphics.Color) for that colorChannel.
All returned coordinates in the point are between the range of [TonemapCurve.LevelBlack, TonemapCurve.LevelWhite].