|
PrepareAFXimage | |
PrepareAFXimage ImageNumber | |
Parameters: ImageNumber = The index identifier of this image |
|
Returns: NONE | |
PrepareAFXimage converts an image into a new pixel format that support alpha channel. Once converted it can be used with real time effects like Alpha Blending and Rotation just to name a few. We highly recommended reading the Images and Sprites tutorials FACTS: * AFX format images are always 32bit, with a ARGB Pixel Format. * AFX formatted images are stored in system memory. These images use ALPHA channel transparency. Alpha Channel overrides MaskColour and lets you control the transparency of each pixel within the image. |
|
Example Source: Download This Example
|
Related Info: | CreateFxImage | CreateFxImageEx | DrawAlphaImage | DrawRotatedImage | LoadFxImage | NewFxImage | PrepareFXimage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |