gray property
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);
RGBA values for the named CSS color 'gray'.
static Vector4 get gray => Vector4(128.0 / 255.0, 128.0 / 255.0, 128.0 / 255.0, 255.0 / 255.0);