Graphic transparent colourΒΆ
transparent = rgb_value
The colour to be made transparent, allowing the window background to show through.
Note that this clause will only work correctly with an image that is a pure bitmap, such as the bmp format. A jpg is unsuitable because this is a compressed format, and the jpg decompression algorithm will not preserve the transparent colour perfectly.
This clause is only relevant to graphics with the type GT_IMAGE. See Colours.
EXAMPLE
transparent = RGB_YELLOW
RELATED TOPICS |