Color.this

Sets the RGB values, between 0 and 255.

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

Meta