tan property

Vector4 get tan

RGBA values for the named CSS color 'tan'.

Implementation

static Vector4 get tan => Vector4(210.0 / 255.0, 180.0 / 255.0, 140.0 / 255.0, 255.0 / 255.0);