lightSlateGray property

Vector4 get lightSlateGray

RGBA values for the named CSS color 'lightslategray'.

Implementation

static Vector4 get lightSlateGray =>
    Vector4(119.0 / 255.0, 136.0 / 255.0, 153.0 / 255.0, 255.0 / 255.0);