HSLEffect
Description
https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html
Usage
HSLEffect(hue = NULL, sat = NULL, lum = NULL, ...)
Arguments
hue
|
hue |
sat
|
sat |
lum
|
lum |
…
|
Additional arguments, i.e. kwargs. |
Value
An openpyxl Python object.
Examples
library("xlcharts")
HSLEffect(hue = 1L, sat = 1L, lum = 1L)