Color.set

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

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

Meta