yellow property

Vector4 get yellow

RGBA values for the named CSS color 'yellow'.

Implementation

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