|
RndRGB | |
ColourValue = RndRGB() | |
Parameters: NONE | |
Returns: ColourValue = The RGB's levels mixed into a rgb colour value |
|
The RndRGB() function will return the random RGB colour. FACTS: * The RndRGB() function is short hand for ThisColour=Rgb(rnd(255),rnd(255),rnd(255)) Mini Tutorial: This example draws a randomly positioned message in a random RGB colour.
|
Related Info: | RGB | RgbAlphaAdd | RgbAlphaAnd | RGBAlphaBlend | RgbAlphaMult | RgbAlphaOr | RgbAlphaSub | RgbAlphaXOr | RGBFade | RGBGreyScale : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |