C# Class FluxJpeg.Core.YCbCr

Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Methods

Method Description
fromRGB ( float data ) : float[]
fromRGB ( byte &c1, byte &c2, byte &c3 ) : void
toRGB ( byte &c1, byte &c2, byte &c3 ) : void

Method Details

fromRGB() public static method

public static fromRGB ( float data ) : float[]
data float
return float[]

fromRGB() public static method

public static fromRGB ( byte &c1, byte &c2, byte &c3 ) : void
c1 byte
c2 byte
c3 byte
return void

toRGB() public static method

public static toRGB ( byte &c1, byte &c2, byte &c3 ) : void
c1 byte
c2 byte
c3 byte
return void