C# 클래스 Pinta.Core.UnaryPixelOps.HueSaturationLightness

상속: UnaryPixelOp
파일 보기 프로젝트 열기: xxgreg/Pinta 1 사용 예제들

공개 메소드들

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

메소드 상세

Apply() 공개 메소드

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

HueSaturationLightness() 공개 메소드

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