Class CurvesDiscreteManager

CurvesDiscreteManager class

Manager for Curves Adjustment Layer that manipulates pixels’ map

public sealed class CurvesDiscreteManager : CurvesManager

Properties

NameDescription
MaxChannelCount { get; }Gets the maximum channel count.

Methods

NameDescription
GetValueInPosition(int, byte)Gets the value in position.
SetToDefaultValueInPosition(int, byte)Sets to default value in position.
SetValueInPosition(int, byte, byte)Sets the value in position.
SetValueOfWholeChannel(int, byte[])Sets the value of whole channel.

See Also