transparent property

Vector4 get transparent

RGBA values for the named CSS color 'transparent'.

Implementation

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