private BlendComposite(BlendingMode mode, float alpha) {
   this.mode = mode;
   setAlpha(alpha);
 }