blue property

Vector4 get blue

RGBA values for the named CSS color 'blue'.

Implementation

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