gradient

  1. 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.
  2. 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...
  3. K

    Android Question Grdient to All Activity

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