C# Class CascadeSharp.TKService.Image.Image_ColorBGRA

Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Image_ColorBGRA ( ) : System
Image_ColorBGRA ( Image_ColorBGRA parameter1 ) : System
Length ( ) : int
a ( ) : byte
b ( ) : byte
g ( ) : byte
r ( ) : byte

Method Details

Image_ColorBGRA() public method

public Image_ColorBGRA ( ) : System
return System

Image_ColorBGRA() public method

public Image_ColorBGRA ( Image_ColorBGRA parameter1 ) : System
parameter1 Image_ColorBGRA
return System

Length() public method

public Length ( ) : int
return int

a() public method

public a ( ) : byte
return byte

b() public method

public b ( ) : byte
return byte

g() public method

public g ( ) : byte
return byte

r() public method

public r ( ) : byte
return byte