Attachments forums

List of attachments posted on this forum.


All files on forums: 148830

Re: Something interesting from Chatgpt/AI please post here

JohnL33, Sat Oct 26, 2024 4:34 pm

Keep Rule_EDIT_AI

can add 3 more rule
can add y distance
can add different color choice for rule
can add different font type for rule
can add different font size for rule

How to add custom color in this code
extern color color_Rule1 = clrRoyalBlue;

There are several ways to define a custom color:
Using RGB values:

extern color color_Rule1 = C'28,113,216'; // RGB format
// or
extern color color_Rule1 = RGB(28,113,216); // RGB function



"One man's trash is another man's treasure"
All files in topic