Learn R Programming

xlcharts (version 0.0.1)

HSLEffect: HSLEffect

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.effect.html

Usage

HSLEffect(hue = NULL, sat = NULL, lum = NULL, ...)

Value

An openpyxl Python object.

Arguments

hue

hue

sat

sat

lum

lum

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
HSLEffect(hue = 1L, sat = 1L, lum = 1L)
}

Run the code above in your browser using DataLab