mediumVioletRed property

Vector4 get mediumVioletRed

RGBA values for the named CSS color 'mediumvioletred'.

Implementation

static Vector4 get mediumVioletRed =>
    Vector4(199.0 / 255.0, 21.0 / 255.0, 133.0 / 255.0, 255.0 / 255.0);