gradient

  1. LucaMs

    B4A Library [B4X] B4XGradientDrawer

    If I'm not mistaken, there's no B4X (cross-platform) library for drawing gradients on Views. So I'm developing this one (which I'll obviously publish). [As you can see in the animated gif, gradients are created on a Pane and finally on a B4XFloatTextField].
  2. TelKel81

    B4J Question Apply gradient only to borders of a circle/rect ?

    There must be a better way than building a huge array of gradient colors, where all the colors past the desired gradient width are the same.
  3. TelKel81

    Android Question BitmapCreatorEffects DrawThroughMask issue

    Dim view As B4XView = xui.CreatePanel("") Root1.AddView(view, 0, 0, 50%x, 50%x) Dim mask As B4XBitmap = LoadBitmapResize(File.DirAssets, "mask.png", view.Width, view.Height, False) Dim bc As BitmapCreator bc.Initialize(view.Width, view.Height) bc.FillRadialGradient(Array...
  4. K

    Android Question Grdient to All Activity

    I want to set all activity same gradient. Is it possible?How?
Top