C# Class android.graphics.ColorMatrix

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
ColorMatrix ( android arg0 )
ColorMatrix ( float arg0 )
getArray ( ) : float[]
postConcat ( android arg0 ) : void
preConcat ( android arg0 ) : void
reset ( ) : void
set ( android arg0 ) : void
set ( float arg0 ) : void
setConcat ( android arg0, android arg1 ) : void
setRGB2YUV ( ) : void
setRotate ( int arg0, float arg1 ) : void
setSaturation ( float arg0 ) : void
setScale ( float arg0, float arg1, float arg2, float arg3 ) : void
setYUV2RGB ( ) : void

Protected Methods

Method Description
ColorMatrix ( global @__env )

Private Methods

Method Description
ColorMatrix ( )

Method Details

ColorMatrix() public method

public ColorMatrix ( android arg0 )
arg0 android

ColorMatrix() public method

public ColorMatrix ( float arg0 )
arg0 float

ColorMatrix() protected method

protected ColorMatrix ( global @__env )
@__env global

getArray() public method

public getArray ( ) : float[]
return float[]

postConcat() public method

public postConcat ( android arg0 ) : void
arg0 android
return void

preConcat() public method

public preConcat ( android arg0 ) : void
arg0 android
return void

reset() public method

public reset ( ) : void
return void

set() public method

public set ( android arg0 ) : void
arg0 android
return void

set() public method

public set ( float arg0 ) : void
arg0 float
return void

setConcat() public method

public setConcat ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

setRGB2YUV() public method

public setRGB2YUV ( ) : void
return void

setRotate() public method

public setRotate ( int arg0, float arg1 ) : void
arg0 int
arg1 float
return void

setSaturation() public method

public setSaturation ( float arg0 ) : void
arg0 float
return void

setScale() public method

public setScale ( float arg0, float arg1, float arg2, float arg3 ) : void
arg0 float
arg1 float
arg2 float
arg3 float
return void

setYUV2RGB() public method

public setYUV2RGB ( ) : void
return void