navajoWhite property

Vector4 get navajoWhite

RGBA values for the named CSS color 'navajowhite'.

Implementation

static Vector4 get navajoWhite =>
    Vector4(255.0 / 255.0, 222.0 / 255.0, 173.0 / 255.0, 255.0 / 255.0);