메소드 |
설명 |
|
Blit ( BitmapData source, BitmapData target, Rectangle sourceRect, int px, int py ) : void |
Blits from source to target. Both source and target must be 32-bit |
|
Blit ( BitmapData source, BitmapData target, int srcPx, int srcPy, int srcW, int srcH, int destX, int destY ) : void |
Blits from source to target. Both source and target must be 32-bit |
|
BlitMask ( BitmapData source, BitmapData target, int srcPx, int srcPy, int srcW, int srcH, int px, int py ) : void |
Blits a block of a bitmap data from source to destination, using the luminance of the source to determine the alpha of the target. Source must be 24-bit, target must be 32-bit. |
|
BlurAlpha ( int radius, int passes ) : void |
|
|
Clear32 ( byte r, byte g, byte b, byte a ) : void |
|
|
Colour32 ( byte r, byte g, byte b ) : void |
Sets colour without touching alpha values |
|
DownScale32 ( int newWidth, int newHeight ) : void |
|
|
EmptyAlphaPixel ( BitmapData bitmapData, int px, int py, byte alphaEmptyPixelTolerance ) : bool |
Returns try if the given pixel is empty (i.e. alpha is zero) |
|
EmptyPixel ( BitmapData bitmapData, int px, int py ) : bool |
Returns try if the given pixel is empty (i.e. black) |
|
Free ( ) : void |
|
|
GetAlpha32 ( int px, int py, byte &a ) : void |
|
|
GetPixel32 ( int px, int py, byte &r, byte &g, byte &b, byte &a ) : void |
|
|
PutAlpha32 ( int px, int py, byte a ) : void |
|
|
PutPixel32 ( int px, int py, byte r, byte g, byte b, byte a ) : void |
|
|
QBitmap ( Bitmap bitmap ) : System |
|
|
QBitmap ( string filePath ) : System |
|
|