white property

Vector4 white

Implementation

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