black property

Vector4 black

Implementation

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