cyan property

Vector4 get cyan

RGBA values for the named CSS color 'cyan'.

Implementation

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