midnightBlue property

Vector4 get midnightBlue

RGBA values for the named CSS color 'midnightblue'.

Implementation

static Vector4 get midnightBlue =>
    Vector4(25.0 / 255.0, 25.0 / 255.0, 112.0 / 255.0, 255.0 / 255.0);