Tag for IconControlA(), Get first transparent image color; -1 if opaque (PLongInt)
Source position: icon.pas line 115
const ICONCTRLA_GetTransparentColor1 = ICONA_Dummy + 17; |
Per Icon Option for IconControlA() Get the transparent colour for a palette mapped icon image, in this case the regular icon image (icon^.do_Gadget.GadgetRender). If the image is opaque, its "transparent colour" will be returned as -1. Note that this data is valid only for palette mapped icons; for other types, you may not receive any meaningful result.
|
Tag for IconControlA(), Set first transparent image color; set to -1 if opaque (LongInt) |
|
|
Tag for IconControlA(), Set second transparent image color; set to -1 if opaque |
|
|
Tag for IconControlA(), Get second transparent image color; -1 if opaque |