Tao.Platform.Windows SDK Documentation |
|
Gdi.PFD_TYPE_RGBA Field
RGBA pixels. Each pixel has four components in this order: red, green, blue, and alpha.
[Visual Basic]
Public Const PFD_TYPE_RGBA As
Integer = 0
[C#]
public const
int PFD_TYPE_RGBA = 0;
See Also
Gdi Class | Tao.Platform.Windows Namespace