black property

Vector4 get black

RGBA values for the named CSS color 'black'.

Implementation

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