ColourID.this

Initialize using rgba colour

  1. this(T setId)
  2. this(double r, double g, double b, double a)
    struct ColourID
    this
    (
    double r
    ,
    double g
    ,
    double b
    ,
    double a = 1
    )

Meta