white property

Vector4 get white

RGBA values for the named CSS color 'white'.

Implementation

static Vector4 get white => Vector4(255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0, 255.0 / 255.0);