Welcome to
www.tdxlibrary.org
Home of the
the TDx_Library...
"RAD DirectX"
for
C++ Builder
...
|
GLOSSARY
REFERENCE
Below you will find the glossary reference for 'Alpha Value'
|
|
If you would like to submit additions or improvements to this page, click: darren_john_dwyer@hotmail.com.
ALPHA VALUE
[ TDx_Draw_Library ]
[ next: Antialiasing ]
[ prev: Alpha Surface ]
Alpha values are used to determine how solid or see through an image appears. By default alpha values indicate total transparency at 0, increasing in opacity as the alpha value increases, up to total opacity at the maximum alpha value as defined by the alpha bit depth. Alpha values may be stored and used in several ways, such as an additional alpha only surface or as inline pixel data in an RGBA surface. The alpha bit depth is usually limited to a maximum of
8.
|
|