C# 클래스 Softbuild.Media.Effects.GiCoCu.Curve

파일 보기 프로젝트 열기: CH3COOH/Softbuild.Media 1 사용 예제들

공개 메소드들

메소드 설명
Calculate ( int channel ) : void

Curve ( ) : System

Curve ( Stream strm ) : System

Curve ( Stream strm, CurveTypes type ) : System

비공개 메소드들

메소드 설명
GetGimpCurve ( Stream strm ) : Curve
plotCurve ( int channel, int p1, int p2, int p3, int p4 ) : void

메소드 상세

Calculate() 공개 메소드

public Calculate ( int channel ) : void
channel int
리턴 void

Curve() 공개 메소드

public Curve ( ) : System
리턴 System

Curve() 공개 메소드

public Curve ( Stream strm ) : System
strm Stream
리턴 System

Curve() 공개 메소드

public Curve ( Stream strm, CurveTypes type ) : System
strm Stream
type CurveTypes
리턴 System