slateGray property

Vector4 get slateGray

RGBA values for the named CSS color 'slategray'.

Implementation

static Vector4 get slateGray =>
    Vector4(112.0 / 255.0, 128.0 / 255.0, 144.0 / 255.0, 255.0 / 255.0);