ClearValues.color - multiple declarations

Function ClearValues.color

static ClearValues color (
  in const(int) r,
  in const(int) g,
  in const(int) b,
  in const(int) a
);

Function ClearValues.color

static ClearValues color (
  in const(uint) r,
  in const(uint) g,
  in const(uint) b,
  in const(uint) a
);

Function ClearValues.color

static ClearValues color (
  in const(float) r,
  in const(float) g,
  in const(float) b,
  in const(float) a
);