public RenderColor(int r, int g, int b, int a)
    {
        this.r = r;
        this.g = g;
        this.b = b;