|
FadeImage | |
FadeImage ImageIndex, FadePercent# | |
Parameters: ImageIndex = The Index of image you wish to fade FadePercent# = The percentage to fade the image |
|
Returns: NONE | |
FadeImage will change the brightness of all of the pixels in an image. FACTS: * Fade Percentages should range between 0 and 100. Going outside of that range, may give unexpected results. * FadeImage uses a destructive process, meaning the pixel information in the image is changed after fading. * FadeImage algorithm simply multiples each separate A, R, G, B components of each pixel colour with the percentage converted to scalar. Ie.
|
|
Example Source: Download This Example
|
Related Info: | BlurImage | GrayScaleImage | LightImage | MirrorImage | RenderPhongImage | RGBmaskImage | ScrollImage : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |