mediumOrchid property

Vector4 get mediumOrchid

RGBA values for the named CSS color 'mediumorchid'.

Implementation

static Vector4 get mediumOrchid =>
    Vector4(186.0 / 255.0, 85.0 / 255.0, 211.0 / 255.0, 255.0 / 255.0);