ClearColorValues.this - multiple declarations
Function ClearColorValues.this
this
(
float r,
float g,
float b,
float a
);
Function ClearColorValues.this
this
(
int r,
int g,
int b,
int a
);
Function ClearColorValues.this
this
(
uint r,
uint g,
uint b,
uint a
);