greenYellow property

Vector4 get greenYellow

RGBA values for the named CSS color 'greenyellow'.

Implementation

static Vector4 get greenYellow =>
    Vector4(173.0 / 255.0, 255.0 / 255.0, 47.0 / 255.0, 255.0 / 255.0);