darkBlue property

Vector4 get darkBlue

RGBA values for the named CSS color 'darkblue'.

Implementation

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