magenta property

Vector4 get magenta

RGBA values for the named CSS color 'magenta'.

Implementation

static Vector4 get magenta => Vector4(255.0 / 255.0, 0.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);