|
PERGB#define PERGB(a,r,g,b) ((COLORREF)( ((BYTE)(r) | ((WORD)((BYTE)(g))<<8)) | (((DWORD)(BYTE)(b))<<16) | (BYTE)(a)<<24))
This macro is called to produce 32 bit color values similar to RGB but includes an Alpha (Transluceny) setting. When RenderEngine is GdiPlus, all colors must be 32 bit colors with an assigned alpha channel.
Comments ActiveX developers use PEargb() method defined in each ActiveX interface.
|
©2008 Gigasoft, Inc. | All rights reserved. Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |
|