indianRed property

Vector4 get indianRed

RGBA values for the named CSS color 'indianred'.

Implementation

static Vector4 get indianRed => Vector4(205.0 / 255.0, 92.0 / 255.0, 92.0 / 255.0, 255.0 / 255.0);