C# 클래스 Pinta.ImageManipulation.Effects.HueSaturationEffect

상속: BaseEffect
파일 보기 프로젝트 열기: PintaProject/Pinta.ImageManipulation 1 사용 예제들

공개 메소드들

메소드 설명
HueSaturationEffect ( int hue, int saturation = 100, int lightness ) : System

Creates a new effect that will adjust the hue, saturation, and lightness of an image.

보호된 메소드들

메소드 설명
RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void

메소드 상세

HueSaturationEffect() 공개 메소드

Creates a new effect that will adjust the hue, saturation, and lightness of an image.
public HueSaturationEffect ( int hue, int saturation = 100, int lightness ) : System
hue int Amount of hue to adjust. Valid range is -180 - 180.
saturation int Amount of saturation to adjust. Valid range is 0 - 200.
lightness int Amount of of lightness to adjust. Valid range is -100 - 100.
리턴 System

RenderLine() 보호된 메소드

protected RenderLine ( ISurface src, ISurface dest, Rectangle roi ) : void
src ISurface
dest ISurface
roi Rectangle
리턴 void