royalBlue property

Vector4 get royalBlue

RGBA values for the named CSS color 'royalblue'.

Implementation

static Vector4 get royalBlue =>
    Vector4(65.0 / 255.0, 105.0 / 255.0, 225.0 / 255.0, 255.0 / 255.0);