Method | Description | |
---|---|---|
FromBitmap ( |
||
Get ( int y, int x ) : byte | ||
GetDataBuffer ( ) : byte[] | ||
Put ( int y, int x, byte value ) : void | ||
StdInput ( Narray |
||
StdInput ( Narray |
||
StdInput ( byte buffer, int height, int width, bool invert = false ) : System | ||
StdInput ( int height, int width ) : System | ||
ToBytearray ( ) : Bytearray | ||
ToFloatarray ( ) : Floatarray | ||
ToString ( ) : string | ||
this ( int y, int x ) : byte |
Element subscripting.
|
Method | Description | |
---|---|---|
alloc_ ( int h, int w ) : void |
allocate the elements of the array
|
public static FromBitmap ( |
||
bm | ||
return |
public Put ( int y, int x, byte value ) : void | ||
y | int | |
x | int | |
value | byte | |
return | void |
public StdInput ( Narray |
||
bytearray | Narray |
|
return | System |
public StdInput ( Narray |
||
floatarray | Narray |
|
return | System |
public StdInput ( byte buffer, int height, int width, bool invert = false ) : System | ||
buffer | byte | |
height | int | |
width | int | |
invert | bool | |
return | System |
public StdInput ( int height, int width ) : System | ||
height | int | |
width | int | |
return | System |