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

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

공개 메소드들

메소드 설명
CurvesEffect ( int>.SortedList controlPoints, ColorTransferMode mode ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
MakeUop ( int>.SortedList controlPoints, ColorTransferMode mode ) : UnaryPixelOp

메소드 상세

CurvesEffect() 공개 메소드

public CurvesEffect ( int>.SortedList controlPoints, ColorTransferMode mode ) : System
controlPoints int>.SortedList
mode ColorTransferMode
리턴 System

RenderLine() 보호된 메소드

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