steelBlue property

Vector4 get steelBlue

RGBA values for the named CSS color 'steelblue'.

Implementation

static Vector4 get steelBlue =>
    Vector4(70.0 / 255.0, 130.0 / 255.0, 180.0 / 255.0, 255.0 / 255.0);