lightSkyBlue property

Vector4 get lightSkyBlue

RGBA values for the named CSS color 'lightskyblue'.

Implementation

static Vector4 get lightSkyBlue =>
    Vector4(135.0 / 255.0, 206.0 / 255.0, 250.0 / 255.0, 255.0 / 255.0);