ClearColorA
Aus MCS Wiki AVR
Version vom 12. Dezember 2014, 22:25 Uhr von Admin (Diskussion | Beiträge)
Inhaltsverzeichnis |
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