violet property

Vector4 get violet

RGBA values for the named CSS color 'violet'.

Implementation

static Vector4 get violet => Vector4(238.0 / 255.0, 130.0 / 255.0, 238.0 / 255.0, 255.0 / 255.0);