olive property

Vector4 get olive

RGBA values for the named CSS color 'olive'.

Implementation

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