rosyBrown property

Vector4 get rosyBrown

RGBA values for the named CSS color 'rosybrown'.

Implementation

static Vector4 get rosyBrown =>
    Vector4(188.0 / 255.0, 143.0 / 255.0, 143.0 / 255.0, 255.0 / 255.0);