ImageC setC(ImageC o) { data = o.data; width = o.width; height = o.height; mipmaps = o.mipmaps; format = o.format; return this; }