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

Afficher le fichier Open project: CH3COOH/Softbuild.Media Class Usage Examples

Méthodes publiques

Méthode Description
Calculate ( int channel ) : void

Curve ( ) : System

Curve ( Stream strm ) : System

Curve ( Stream strm, CurveTypes type ) : System

Private Methods

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

Method Details

Calculate() public méthode

public Calculate ( int channel ) : void
channel int
Résultat void

Curve() public méthode

public Curve ( ) : System
Résultat System

Curve() public méthode

public Curve ( Stream strm ) : System
strm Stream
Résultat System

Curve() public méthode

public Curve ( Stream strm, CurveTypes type ) : System
strm Stream
type CurveTypes
Résultat System