snow property

Vector4 get snow

RGBA values for the named CSS color 'snow'.

Implementation

static Vector4 get snow => Vector4(255.0 / 255.0, 250.0 / 255.0, 250.0 / 255.0, 255.0 / 255.0);