|
RgbAlpha50 | ||
NewColour = RgbAlpha50(RGBValue1, RGBValue2) | ||
Parameters: RGBValue1 = An RGB Colour Value RGBValue2 = An RGB Colour Value |
||
Returns: NewColour = The result colour after this operation |
||
The RgbAlpha50() function performs a 50/50 Alpha Blend between the RGB channels of two colours. So the colours are merged together. FACTS: * You can find some more detailed examples in the Projects/Examples/Colours folder of your PlayBASIC installation. Mini Tutorial: This example shows the effect of the Rgb Alpha 50 colour operation.
This example would output.
|
Related Info: | RGB | RgbAlphaAdd | RgbAlphaAnd | RGBAlphaBlend | RgbAlphaMult | RgbAlphaOr | RgbAlphaSub | RgbAlphaXOr | RGBB | RGBFade | RGBG | RGBGreyScale | RGBR | RndRGB : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |