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

Structure to define YUV.
Mostra file Open project: nohal/RleEditor Class Usage Examples

Public Properties

Property Type Description
Empty YUV

Public Methods

Method 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 method

public Equals ( Object obj ) : bool
obj Object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

YUV() public method

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

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Empty public_oe static_oe property

Gets an empty YUV structure.
public static YUV,Nohal.RleEditor.RleParser.Utils Empty
return YUV