|
RGBA | ||
AlphaValue = RGBA(RgbColour) | ||
Parameters: RgbColour = The colour value to find get the ALPHA level from |
||
Returns: AlphaValue = The amount of ALPHA in this colour. |
||
The RGBA() Function will return the level of ALPHA level found within this RGB colour. FACTS: * RGBA is the equivalent to Alpha = Lsr32(ThisColour,24) Mini Tutorial: This example creates a colour with the RGB function than show you to retrieve the A,R,G,B values from the created colour value.
This example would output.
|
Related Info: | ARGB | RGB | RGBB | RGBG | RGBR : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |