C# 클래스 Pinta.ImageManipulation.UnaryPixelOperations.HueSaturationLightnessOp

상속: UnaryPixelOp
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation

공개 메소드들

메소드 설명
Apply ( ColorBgra color ) : ColorBgra
HueSaturationLightnessOp ( int hueDelta, int satDelta, int lightness ) : System

메소드 상세

Apply() 공개 메소드

public Apply ( ColorBgra color ) : ColorBgra
color ColorBgra
리턴 ColorBgra

HueSaturationLightnessOp() 공개 메소드

public HueSaturationLightnessOp ( int hueDelta, int satDelta, int lightness ) : System
hueDelta int
satDelta int
lightness int
리턴 System