C# Class Nohal.RleEditor.RleParser.Utils.YUV

Structure to define YUV.
Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty YUV

Méthodes publiques

Méthode Description
Equals ( Object obj ) : bool
GetHashCode ( ) : int
YUV ( double y, double u, double v ) : System

Creates an instance of a YUV structure.

operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( Object obj ) : bool
obj Object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

YUV() public méthode

Creates an instance of a YUV structure.
public YUV ( double y, double u, double v ) : System
y double
u double
v double
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

Empty public_oe static_oe property

Gets an empty YUV structure.
public static YUV,Nohal.RleEditor.RleParser.Utils Empty
Résultat YUV