orangeRed property

Vector4 get orangeRed

RGBA values for the named CSS color 'orangered'.

Implementation

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