"\\s+");
this.rgbaColor.setRed(Float.parseFloat(parts[0]));
this.rgbaColor.setGreen(Float.parseFloat(parts[1]));
this.rgbaColor.setBlue(Float.parseFloat(parts[2]));
this.rgbaColor.setAlpha(Float.parseFloat(parts[3]));
this.colorOrTexture = new ColorAttribute(this.rgbaColor);
this.stringBuilder = null;
this.rgbaColor = null;
leaveElement();
}