203204205206207208209
* @return The color as a Color4d type. Never null. */ public Color4d asColor4d() { return new ImmutableColor4d(this.red, this.green, this.blue, this.alpha); }