color

  1. Alexander Stolte

    Android Code Snippet [B4X] [BitmapCreator] Change Color of Bitmap

    Hello, the Output is not optimal. Have a look down, to Erels code snip for better results. With this snip, you can easy change a Bitmap/Icon Color. This only makes sense if the picture is monochrome with a transparent background like Icons. Usage: ImageView1.Bitmap =...
  2. Star-Dust

    B4A Library [B4X] [XUI] SD RevealColorView

    This XUI library serves to change color to an animation (XUI) panel. RevealColor is a panel and has the same methods as an XUI panel. Required XUI 1.72+ SD_XUI_RevealColorView Author: Star-Dust Version: 0.01 RevealColorView Functions: AddView (View As B4XView, Left As Int, Top As Int, Width...
  3. Mashiane

    B4J Tutorial [ABMaterial] Creating a color grid container

    Ola Some thoughts are running in my head about implementing this for my color coded events management. So we have 21 colors. So me thinks a 7 row, 3 columns grid will do. Sub ColorGrid(page As ABMPage, id As String) As ABMContainer Dim ItemCont As ABMContainer...
  4. LucaMs

    Android Question Notifications icons colors

    I don't know how I have to create the icon. I can see it (white) in the status bar but not in the list of notifications. Can you upload an example? Thank you. P.S. SDK target 23 - device: Android 4.4.2. I'm not so sure that the problem is the "format" of the image file (png, of course)...
  5. Star-Dust

    Android Question Wheel Color Generate

    Hello everyone, I tried to write a code that allows me to draw the attached image on a canvas. But with disappointing results, does anyone know how to give me a hand? or
Top