SolidPattern.fromRGBA

Creates a new SolidPattern corresponding to a translucent color. The color components are floating point numbers in the range 0 to 1. If the values passed in are outside that range, they will be clamped.

  1. SolidPattern fromRGBA(double red, double green, double blue, double alpha)
  2. SolidPattern fromRGBA(RGBA rgba)
    class SolidPattern
    static
    fromRGBA

Meta