Python API: colornames not working with pulse

Using a color name, for either the leds, in the pulse function doesn’t work (only hex and RGB are working with the pulse function).

In example:
stick.pulse(index=0, name='aliceblue', repeats=36, duration=50, steps=10) doesn’t work