ClearValues.color

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ClearValues color(float r, float g, float b, float a)
  2. ClearValues color(int r, int g, int b, int a)
    struct ClearValues
    static
    color
    (
    in int r
    ,
    in int g
    ,
    in int b
    ,
    in int a
    )
  3. ClearValues color(uint r, uint g, uint b, uint a)

Meta