ClearColorA
(Difference between revisions)
Admin (Talk | contribs)
(Created page with "= <span class="f_Header">Action</span> = Specify the clear value for the alpha channel. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&n...")
Newer edit →
(Created page with "= <span class="f_Header">Action</span> = Specify the clear value for the alpha channel. <span style="font-family: Arial;"> </span> <span style="font-family: Arial;">&n...")
Newer edit →
Revision as of 22:25, 12 December 2014
Contents |
Action
Specify the clear value for the alpha channel.
Syntax
ClearColorA Alpha
Remarks
Alpha |
Alpha value used when the color buffer is cleared. The initial value is 0 |
Sets the alpha value applied to drawn elements - points, lines, and bitmaps. How the alpha value affects image pixels depends on BlendFunc, the default behavior is a transparent blend.
See also