gold property

Vector4 get gold

RGBA values for the named CSS color 'gold'.

Implementation

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