oliveDrab property

Vector4 get oliveDrab

RGBA values for the named CSS color 'olivedrab'.

Implementation

static Vector4 get oliveDrab =>
    Vector4(107.0 / 255.0, 142.0 / 255.0, 35.0 / 255.0, 255.0 / 255.0);