Class CurvesDiscreteManager
CurvesDiscreteManager class
픽셀의 map 를 조작하는 곡선 조정 레이어 관리자
public sealed class CurvesDiscreteManager : CurvesManager
속성
이름 | 설명 |
---|---|
MaxChannelCount { get; } | 최대 채널 수를 가져옵니다. |
행동 양식
이름 | 설명 |
---|---|
GetValueInPosition(int, byte) | 위치의 값을 가져옵니다. |
SetToDefaultValueInPosition(int, byte) | 위치에서 기본값으로 설정합니다. |
SetValueInPosition(int, byte, byte) | 위치에 값을 설정합니다. |
SetValueOfWholeChannel(int, byte[]) | 전체 채널의 값을 설정합니다. |