skyBlue property

Vector4 get skyBlue

RGBA values for the named CSS color 'skyblue'.

Implementation

static Vector4 get skyBlue => Vector4(135.0 / 255.0, 206.0 / 255.0, 235.0 / 255.0, 255.0 / 255.0);