B4A Library [B4X] [XUI] HSV Color Picker

Attachments

  • HSV Color Picker.zip
    16.4 KB · Views: 706
Last edited:

Erel

B4X founder
Staff member
Licensed User
Longtime User
BitmapCreator was rewritten and it now uses the platform specific APIs to convert the raw bytes to an image. The main advantage is that it supports transparent colors.
The conversion is also a bit faster.

HSVColorPicker was updated and an alpha bar was added as well as other improvements.
It is quite a complicated custom view and it is a nice example of the power of XUI framework.
 
Top