Posted: Sun Aug 11, 2024 7:58 am Post subject: Colour property of StructureElement class
Hi all,
CELUA.TXT does not seem to detail a Colour property officially.
Are there any undocumented means to set the colour of an element programmatically?
Something along these lines
Code:
local E = structure.Element[n]
if E then E.Colour = 0x112233 end
... or ...
if E then E.RGBColour = 0x112233 end
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum