API Panel.TextLabel.SetColors

From Flowcode Help
Jump to navigationJump to search
Fc9-comp-macro.png SetColors
Sets the foreground and background colours for the label 
Fc9-h32-icon.png - HANDLE TextLabel
The handle to the label to alter 
Fc9-u32-icon.png - ULONG ForeRGB
The red, green, blue foreground colour, -1 for transparent 
Fc9-u32-icon.png - ULONG BackRGB
he red, green, blue background colour, -1 for transparent 
Fc9-void-icon.png - NONE Return


Detailed description

Examples