Posted By
Kzvin
Jul 01, 2025 11:39:00 AM
Found In
Egroup:
Advanced Software
\
view thread
Hi, You can use this example. If you want to use a custom object, you need to change the type inside the <>. // Create a Led var myObject = InformationModel.Make ("myLabel"); // Set Color to any valid RGB color var myCustomColor = new Color(0xff, 0xaa, 0xbb, 0xcc); // Set the Led color to the ...
|