ColorGray.this

Create a Color from the specified doubles. The values should be between 0.0 and 1.0.

  1. this()
  2. this(ubyte shade, ubyte opacity = 0)
  3. this(double shade, double opacity = 0)
    class ColorGray
    this
    (
    double shade
    ,
    double opacity = 0
    )

Meta