Can be used to indicate the background color to make transparent; or to swap colors around as needed. @source $URL$
2829303132333435363738
public ColorReplacement build() { if (unset) { return null; } Expression array[] = mapping.toArray(new Expression[mapping.size()]); ColorReplacement replacement = sf.colorReplacement(propertyName, array); if (parent == null) { reset(); } return replacement; }