SystemColor {xlcharts}R Documentation

SystemColor

Description

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

Usage

SystemColor(
  val = "windowText",
  lastClr = NULL,
  tint = NULL,
  shade = NULL,
  comp = NULL,
  inv = NULL,
  gray = NULL,
  alpha = NULL,
  alphaOff = NULL,
  alphaMod = NULL,
  hue = NULL,
  hueOff = NULL,
  hueMod = NULL,
  sat = NULL,
  satOff = NULL,
  satMod = NULL,
  lum = NULL,
  lumOff = NULL,
  lumMod = NULL,
  red = NULL,
  redOff = NULL,
  redMod = NULL,
  green = NULL,
  greenOff = NULL,
  greenMod = NULL,
  blue = NULL,
  blueOff = NULL,
  blueMod = NULL,
  gamma = NULL,
  invGamma = NULL,
  ...
)

Arguments

val

val

lastClr

lastClr

tint

tint

shade

shade

comp

comp

inv

inv

gray

gray

alpha

alpha

alphaOff

alphaOff

alphaMod

alphaMod

hue

hue

hueOff

hueOff

hueMod

hueMod

sat

sat

satOff

satOff

satMod

satMod

lum

lum

lumOff

lumOff

lumMod

lumMod

red

red

redOff

redOff

redMod

redMod

green

green

greenOff

greenOff

greenMod

greenMod

blue

blue

blueOff

blueOff

blueMod

blueMod

gamma

gamma

invGamma

invGamma

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
SystemColor()

## End(Not run)


[Package xlcharts version 0.0.2 Index]