brown property

Vector4 get brown

RGBA values for the named CSS color 'brown'.

Implementation

static Vector4 get brown => Vector4(165.0 / 255.0, 42.0 / 255.0, 42.0 / 255.0, 255.0 / 255.0);