Options accepted by paintSunset.

interface PaintSunsetOptions {
    clouds?: boolean;
    sun?: boolean;
}

Properties

Properties

clouds?: boolean

Whether to paint warm horizontal cloud streaks above the horizon. Default true.

sun?: boolean

Whether to paint the sun disc + halo on the horizon. Default true.