Hi there
This MashPlugIns MashColorPicker enables one to pick a color from predefined color png and you can also specific the image you want to pick the color from.
In the example we have 3 examples of picking a color from an image wheel, then from eric.png and also firefix.png.
Just finalizing a few neat things about it...
This is just awesome!
This MashPlugIns MashColorPicker enables one to pick a color from predefined color png and you can also specific the image you want to pick the color from.
In the example we have 3 examples of picking a color from an image wheel, then from eric.png and also firefix.png.
B4X:
Dim mcp As MashColorPicker
mcp.Initialize(page,"mcp","Eye Colour","","")
page.Cell(3,1).AddComponent(mcp.ABMComp)
Dim mcp1 As MashColorPicker
mcp1.Initialize(page,"mcp1","Pick from FireFox","../images/firefox.png","")
page.Cell(4,1).AddComponent(mcp1.ABMComp)
Dim mcp2 As MashColorPicker
mcp2.Initialize(page,"mcp2","Pick from Eric","../images/eric.png","")
page.Cell(5,1).AddComponent(mcp2.ABMComp)
Just finalizing a few neat things about it...
This is just awesome!