Addo Well-Known Member Licensed User Longtime User Mar 15, 2018 #1 i am trying to set a layout color as example like following B4X: layout.color = #B4E3F9 how could i set this HTML color to be acceptable as integers at run time ?
i am trying to set a layout color as example like following B4X: layout.color = #B4E3F9 how could i set this HTML color to be acceptable as integers at run time ?
DonManfred Expert Licensed User Longtime User Mar 15, 2018 #2 Something like B4X: layout.color = 0xffB4E3F9 where ff is the alphavalue Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 15, 2018 #4 Note that you can use the built-in color picker for this. Right click on the code editor to find it. Upvote 0