dimGray property

Vector4 get dimGray

RGBA values for the named CSS color 'dimgray'.

Implementation

static Vector4 get dimGray => Vector4(105.0 / 255.0, 105.0 / 255.0, 105.0 / 255.0, 255.0 / 255.0);