What kind of color value do I need to use as a parameter with the drawing methods RGB or ARGB [for ActiveX editions only]?
GdPicture components work only with the long ARGB color value. This is available for 1bpp, 4pbb, 16bpp, 24bpp, 32bpp… bitmaps. To get a long ARGB color value, you can use the ARGB() method. The ARGB() method returns an ARGB long color value by using specified values for the alpha, red, green, and blue components. Ex: -To get the red color value: nRedValue = object.ARGB(255, 255, 0, 0) -To get the semi-transparent blue color value: nSemiTransparentBlueValue = object.