deepSkyBlue property

Vector4 get deepSkyBlue

RGBA values for the named CSS color 'deepskyblue'.

Implementation

static Vector4 get deepSkyBlue =>
    Vector4(0.0 / 255.0, 191.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);