lightSeaGreen property

Vector4 get lightSeaGreen

RGBA values for the named CSS color 'lightseagreen'.

Implementation

static Vector4 get lightSeaGreen =>
    Vector4(32.0 / 255.0, 178.0 / 255.0, 170.0 / 255.0, 255.0 / 255.0);