Re: How to get the current brush color ?
Posted: Thu Jun 03, 2021 8:14 am
Questions and answers about the LiveCode platform.
https://forums.livecode.com/
Code: Select all
the colornamesCode: Select all
put the length of the colornamesWell, be that as it may, when I did this:I found that LC understands 5390 colornames out of the box.
Code: Select all
put the colornames into fld "COLOURS"Code: Select all
put the number of lines of fld "COLOURS"Code: Select all
put the number of lines of the colorNamesCode: Select all
put the number of lines of the colorNames & " Color Names are in the following list:" & cr & cr & the colorNames