Color.set

Sets the values of r, g, and b in a single statement

  1. void set(float r, float g, float b)
    struct Color
    void
    set
    (
    float r
    ,
    float g
    ,
    float b
    )
  2. void set(float r, float g, float b, float a)

Meta