Learn R Programming

xlcharts (version 0.0.1)

Color: Color

Description

Named colors for use in styles.

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

Usage

Color(
  rgb = "00000000",
  indexed = NULL,
  auto = NULL,
  theme = NULL,
  tint = 0,
  index = NULL,
  type = "rgb",
  ...
)

Value

An openpyxl Python object.

Arguments

rgb

rgb

indexed

indexed

auto

auto

theme

theme

tint

tint

index

index

type

type

...

Additional arguments, i.e. kwargs.

Examples

Run this code
if (FALSE) {
Color()
}

Run the code above in your browser using DataLab