B4A Library [B4X] [XUI] AS Color Slider - touchable color picker

Is working and tested on B4A,B4I and B4J.

I spend a lot of time in creating views, like this and to create a high quality view cost a lot of time. If you want to support me and further views, then you can do it here by Paypal. :)

Features
  • cross-platform compatible
  • set your own color palette as image
  • slim and clean
  • easy to use
B4j: jXUI,JavaObject,jBitmapCreator
B4a: XUi,Reflection,BitmapCreator
B4i: iXUI,iBitmapCreator
gfdxfdgdfg.JPG
ezgif.com-resize.gif
Screenshot_20200526-002112.jpg


ASColorSlider
Author: Alexander Stolte
Version: 1.00

  • ASColorSlider
    • Events:
      • ColorChanged (color As Int)
    • Fields:
      • bc As b4a.example.bitmapcreator
    • Functions:
      • Class_Globals As String
      • DesignerCreateView (Base As Object, Lbl As Label, Props As Map) As String
        Base type must be Object
      • Initialize (Callback As Object, EventName As String) As String
      • IsInitialized As Boolean
        Tests whether the object has been initialized.
      • setColorPaletteBitmap (palette As B4XBitmap) As String
    • Properties:
      • ColorPaletteBitmap

Changelog
  • 1.00
    • Release
  • 1.01
    • DesignerProperty BugFix
  • 1.02
    • BugFix
Have Fun :)
 

Attachments

  • B4A Example.zip
    3.4 KB · Views: 479
  • B4I Example.zip
    2.8 KB · Views: 360
  • B4J Example.zip
    2.5 KB · Views: 406
  • ASColorSlider.b4xlib
    1.9 KB · Views: 295
Last edited:
Top