public PixelStructColStruct(int x, int y, ColorStruct color) { this.x = x; this.y = y; this.color = color; }
public PixelClaseColStruct() { x = 0; y = 0; color = new ColorStruct(0, 0, 0); }