C# Class org.diracvideo.Jirac.ColourSpace

Afficher le fichier Open project: mono/csdirac Class Usage Examples

Méthodes publiques

Méthode Description
Clamp ( int y ) : int
ColourSpace ( int colourmode, VideoFormat fmt ) : System
Convert ( Block yuv, int &rgb ) : void
ToString ( ) : string

Private Methods

Méthode Description
SetupMatrix ( double kr, double kb ) : void
SetupTables ( ) : void

Method Details

Clamp() public méthode

public Clamp ( int y ) : int
y int
Résultat int

ColourSpace() public méthode

public ColourSpace ( int colourmode, VideoFormat fmt ) : System
colourmode int
fmt VideoFormat
Résultat System

Convert() public méthode

public Convert ( Block yuv, int &rgb ) : void
yuv Block
rgb int
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string