chartreuse property

Vector4 get chartreuse

RGBA values for the named CSS color 'chartreuse'.

Implementation

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