- colorChannel
- Documentation for this section has not yet been entered.
- destination
- an array big enough to hold at least TonemapCurve.GetPointCount(Android.Graphics.Color)*TonemapCurve.PointSize elements after the offset
- offset
- a non-negative offset into the array
Type Reason Java.Lang.NullPointerException If destination was null Java.Lang.IllegalArgumentException If offset was negative Java.Lang.ArrayIndexOutOfBoundsException If there's not enough room to write the elements at the specified destination and offset.
Copy the color curve for a single color channel from this tonemap curve into the destination.
Values are stored as packed (Pin, Pout) points, and there are a total of TonemapCurve.GetPointCount(Android.Graphics.Color) points for that respective channel.
All returned coordinates are between the range of [TonemapCurve.LevelBlack, TonemapCurve.LevelWhite].