215216217218219220221222
* @return The color as a Color4f type. Never null. */ public Color4f asColor4f() { return new ImmutableColor4f((float) this.red, (float) this.green, (float) this.blue, (float) this.alpha); }