|
BlitImageClear | |
BlitImageClear ThisImage, Xpos, Ypos, ClsColour | |
Parameters: ThisImage = The Index of the image you wish to draw Xpos = The X coordinate to draw this image Ypos = The Y coordinate to draw this image ClsColour = The RGB Colour to clear this surface with after it's been drawn |
|
Returns: NONE | |
BlitImageClear is similar to the DrawImage function, except it has post processing. What it does, is it draws your selected image, but it also clears the image to a selected colour while drawing. So it's a combination of the DrawImage & CLS. The combined processing is not just to save you a few lines of code, it's actually a more optimal way of performing this action. FACTS: * BlitImageClear is only intend for drawing FX & AFX formatted surfaced. * BlitImageClear doesn't support mask & alpha channel transparency. |
|
Example Source: Download This Example
|
Related Info: | DrawAlphaImage | DrawImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |