C# Class touchvg.core.GiColor

Inheritance: IDisposable
ファイルを表示 Open project: rhcad/touchvg-v0.6 Class Usage Examples

Protected Properties

Property Type Description
swigCMemOwn bool

Public Methods

Method Description
Black ( ) : GiColor
Dispose ( ) : void
GiColor ( ) : System
GiColor ( GiColor c ) : System
GiColor ( int rgb ) : System
GiColor ( int rgb, bool alpha ) : System
GiColor ( int _r, int _g, int _b ) : System
GiColor ( int _r, int _g, int _b, int _a ) : System
Invalid ( ) : GiColor
White ( ) : GiColor
equals ( GiColor src ) : bool
getARGB ( ) : int
isInvalid ( ) : bool
set ( int _r, int _g, int _b ) : void
set ( int _r, int _g, int _b, int _a ) : void
setARGB ( int value ) : void

Private Methods

Method Description
GiColor ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( GiColor obj ) : HandleRef

Method Details

Black() public static method

public static Black ( ) : GiColor
return GiColor

Dispose() public method

public Dispose ( ) : void
return void

GiColor() public method

public GiColor ( ) : System
return System

GiColor() public method

public GiColor ( GiColor c ) : System
c GiColor
return System

GiColor() public method

public GiColor ( int rgb ) : System
rgb int
return System

GiColor() public method

public GiColor ( int rgb, bool alpha ) : System
rgb int
alpha bool
return System

GiColor() public method

public GiColor ( int _r, int _g, int _b ) : System
_r int
_g int
_b int
return System

GiColor() public method

public GiColor ( int _r, int _g, int _b, int _a ) : System
_r int
_g int
_b int
_a int
return System

Invalid() public static method

public static Invalid ( ) : GiColor
return GiColor

White() public static method

public static White ( ) : GiColor
return GiColor

equals() public method

public equals ( GiColor src ) : bool
src GiColor
return bool

getARGB() public method

public getARGB ( ) : int
return int

isInvalid() public method

public isInvalid ( ) : bool
return bool

set() public method

public set ( int _r, int _g, int _b ) : void
_r int
_g int
_b int
return void

set() public method

public set ( int _r, int _g, int _b, int _a ) : void
_r int
_g int
_b int
_a int
return void

setARGB() public method

public setARGB ( int value ) : void
value int
return void

Property Details

swigCMemOwn protected_oe property

protected bool swigCMemOwn
return bool