Color.this

Sets the RGB values, between 0 and 1.

  1. this(float red, float green, float blue)
    struct Color
    this
    (
    float red
    ,
    float green
    ,
    float blue
    )
  2. this(Vec3f v)
  3. this(int red, int green, int blue)

Meta