Свойство | Тип | Описание | |
---|---|---|---|
bitmap | |||
bitmapData | |||
format | JBitmapPixelFormat |
Метод | Описание | |
---|---|---|
Blit ( |
||
Blit ( |
||
BlitAdditive ( |
Additively blits onto the target. Only supported for 8bbp.
|
|
BlitAdditive24 ( |
Additively blits onto the target. Supports just 24bpp (source and target)
|
|
BlitMax ( |
||
BlitOLD ( |
Blits this bitmap onto the target - clips regions that are out of bounds. Only supported for 8bbp
|
|
Clear ( byte val ) : void | ||
Clear24 ( byte r, byte g, byte b ) : void | ||
CreateCopy ( ) : |
||
DownScale ( int newWidth, int newHeight ) : void | ||
Free ( ) : void |
Just unlocks the bits, so that the bitmap can no longer be blitted to / from.
|
|
GetPixel ( int px, int py ) : byte | ||
GetPixel24 ( int px, int py, byte &r, byte &g, byte &b ) : void | ||
GetPixelFast ( int px, int py, byte &col ) : void | ||
GetPixelFast ( int px, int py, byte &r, byte &g, byte &b ) : void | ||
GetPixelFast ( int px, int py, byte &r, byte &g, byte &b, byte &a ) : void | ||
JBitmap ( String fileName, JBitmapPixelFormat _format ) : System | ||
JBitmap ( int w, int h, JBitmapPixelFormat _format ) : System | ||
PutPixelFast ( int px, int py, byte col ) : void | ||
PutPixelFast ( int px, int py, byte r, byte g, byte b ) : void | ||
PutPixelFast ( int px, int py, byte r, byte g, byte b, byte a ) : void |
Метод | Описание | |
---|---|---|
GetPixFormat ( JBitmapPixelFormat format ) : System.Drawing.Imaging.PixelFormat |
Gets the corresponding C# pixel format
|
public Blit ( |
||
target | ||
px | int | |
py | int | |
Результат | void |
public Blit ( |
||
target | ||
srcPx | int | |
srcPy | int | |
srcW | int | |
srcH | int | |
px | int | |
py | int | |
Результат | void |
public BlitAdditive ( |
||
target | ||
px | int | |
py | int | |
strength | float | |
Результат | void |
public BlitAdditive24 ( |
||
target | ||
px | int | |
py | int | |
strength | float | |
Результат | void |
public BlitMax ( |
||
target | ||
px | int | |
py | int | |
strength | float | |
Результат | void |
public BlitOLD ( |
||
target | ||
px | int | |
py | int | |
Результат | void |
public Clear24 ( byte r, byte g, byte b ) : void | ||
r | byte | |
g | byte | |
b | byte | |
Результат | void |
public DownScale ( int newWidth, int newHeight ) : void | ||
newWidth | int | |
newHeight | int | |
Результат | void |
public GetPixel24 ( int px, int py, byte &r, byte &g, byte &b ) : void | ||
px | int | |
py | int | |
r | byte | |
g | byte | |
b | byte | |
Результат | void |
public GetPixelFast ( int px, int py, byte &col ) : void | ||
px | int | |
py | int | |
col | byte | |
Результат | void |
public GetPixelFast ( int px, int py, byte &r, byte &g, byte &b ) : void | ||
px | int | |
py | int | |
r | byte | |
g | byte | |
b | byte | |
Результат | void |
public GetPixelFast ( int px, int py, byte &r, byte &g, byte &b, byte &a ) : void | ||
px | int | |
py | int | |
r | byte | |
g | byte | |
b | byte | |
a | byte | |
Результат | void |
public JBitmap ( String fileName, JBitmapPixelFormat _format ) : System | ||
fileName | String | |
_format | JBitmapPixelFormat | |
Результат | System |
public JBitmap ( int w, int h, JBitmapPixelFormat _format ) : System | ||
w | int | |
h | int | |
_format | JBitmapPixelFormat | |
Результат | System |
public PutPixelFast ( int px, int py, byte col ) : void | ||
px | int | |
py | int | |
col | byte | |
Результат | void |
public PutPixelFast ( int px, int py, byte r, byte g, byte b ) : void | ||
px | int | |
py | int | |
r | byte | |
g | byte | |
b | byte | |
Результат | void |
public PutPixelFast ( int px, int py, byte r, byte g, byte b, byte a ) : void | ||
px | int | |
py | int | |
r | byte | |
g | byte | |
b | byte | |
a | byte | |
Результат | void |
public BitmapData,System.Drawing.Imaging bitmapData | ||
Результат |