Status codes:
See Also: createXpmFromBmpFile, setTransparentColor, xpmToEuBmp, xpmToPixmap
Status codes:
See Also: createXpm, setTransparentColor, xpmToEuBmp, xpmToPixmap
The color can be an rgb atom, or a sequence in the form {r,g,b}.
The default color is {255,0,255} (a light pink).
For routines that create XPMs, this means that the color specified in the XPM as None are rendered using this color.
The transBlt routine uses this value to determine what color not to render on the destination.
This routine can also be used to make the transparent color of XPMs match the system color of buttons. This is useful for PictureButtons.
-- set transparent colors to match button face color setTransparentColor( getSysColor( COLOR_BTNFACE ) )
See Also: createXpm, createXpmFromBmpFile, xpmToEuBmp, xpmToPixmap
The error codes are:
See Also: createXpm, createXpmFromBmpFile, setTransparentColor, xpmToPixmap
The error codes are:
See Also: createXpm, createXpmFromBmpFile, setTransparentColor, xpmToEuBmp