C# Class Softbuild.Media.Effects.GiCoCu.Curve

Mostra file Open project: CH3COOH/Softbuild.Media Class Usage Examples

Public Methods

Method Description
Calculate ( int channel ) : void

Curve ( ) : System

Curve ( Stream strm ) : System

Curve ( Stream strm, CurveTypes type ) : System

Private Methods

Method Description
GetGimpCurve ( Stream strm ) : Curve
plotCurve ( int channel, int p1, int p2, int p3, int p4 ) : void

Method Details

Calculate() public method

public Calculate ( int channel ) : void
channel int
return void

Curve() public method

public Curve ( ) : System
return System

Curve() public method

public Curve ( Stream strm ) : System
strm Stream
return System

Curve() public method

public Curve ( Stream strm, CurveTypes type ) : System
strm Stream
type CurveTypes
return System