Image.backgroundColor

Set the image background color. The default is "white".

  1. void backgroundColor(string color)
    class Image
    void
    backgroundColor
    (
    string color
    )
  2. void backgroundColor(Color color)
  3. Color backgroundColor()

Meta