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)
    struct ClearValues
    static
    color
    (
    in float r
    ,
    in float g
    ,
    in float b
    ,
    in float a
    )
  2. ClearValues color(int r, int g, int b, int a)
  3. ClearValues color(uint r, uint g, uint b, uint a)

Meta