|
InkAlpha | |
InkAlpha AlphaLevel# | |
Parameters: AlphaLevel# = The Alpha Blending level of pen based graphics rendering |
|
Returns: NONE | |
InkAlpha changes the level of Alpha Blending between pen based graphics and the surface they're being drawn upon. This setting, only takes effect when InkMode is set to AlphaBlending mode. Alpha Level Ranges (0.0 to 1.0)
FACTS: * InkAlpha ONLY takes effect when InkMODE is set to Alpha Blending. * Since drawing is performed by the CPU, these effects can be fairly slow when operating upon video memory. So we recommend using these features mainly when drawing to FX/AFX images, which will be much faster! See (CreateFXIMage and read the Images tutorial ) Mini Tutorial: Using Inkmode to cross fade some circle graphics with the background.
If you run this example and move the Circle over the Box, you should be able to see the circle/box through each other. |
Related Info: | Box | Dot | Ellipse | Images | Ink | InkMode | Line | Quad | RGB | Tri : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |