gray property

Vector4 gray

Implementation

static Vector4 get gray =>
    Vector4(128.0 / 255.0, 128.0 / 255.0, 128.0 / 255.0, 255.0 / 255.0);