Beja Expert Licensed User Longtime User Sep 8, 2020 #1 Hi all, I have this line of code (Thanks Erel for the extensive examples for these wonderful tools. B4X: can.Initialize2(bmp) : can.DrawColor(Colors.DarkGray) The drop-down menu to select the color is very limited to a few solid colors.. how can I specify for example a dark blue.
Hi all, I have this line of code (Thanks Erel for the extensive examples for these wonderful tools. B4X: can.Initialize2(bmp) : can.DrawColor(Colors.DarkGray) The drop-down menu to select the color is very limited to a few solid colors.. how can I specify for example a dark blue.
mangojack Expert Licensed User Longtime User Sep 8, 2020 #2 B4X: can.DrawColor(Colors.ARGB(255, 0, 0 , 139)) 'Solid Dark Blue Use Tools>Color Picker to get colors / values Upvote 0
B4X: can.DrawColor(Colors.ARGB(255, 0, 0 , 139)) 'Solid Dark Blue Use Tools>Color Picker to get colors / values
Beja Expert Licensed User Longtime User Sep 8, 2020 #3 mangojack said: can.DrawColor(Colors.ARGB(255, 0, 0 , 139)) 'Solid Dark Blue Click to expand... Thank you mangojack.. Upvote 0
mangojack said: can.DrawColor(Colors.ARGB(255, 0, 0 , 139)) 'Solid Dark Blue Click to expand... Thank you mangojack..