gray property

Vector4 get gray

RGBA values for the named CSS color 'gray'.

Implementation

static Vector4 get gray => Vector4(128.0 / 255.0, 128.0 / 255.0, 128.0 / 255.0, 255.0 / 255.0);