darkMagenta property

Vector4 get darkMagenta

RGBA values for the named CSS color 'darkmagenta'.

Implementation

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