blanchedAlmond property

Vector4 get blanchedAlmond

RGBA values for the named CSS color 'blanchedalmond'.

Implementation

static Vector4 get blanchedAlmond =>
    Vector4(255.0 / 255.0, 235.0 / 255.0, 205.0 / 255.0, 255.0 / 255.0);