Color {xlcharts}R Documentation

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",
  ...
)

Arguments

rgb

rgb

indexed

indexed

auto

auto

theme

theme

tint

tint

index

index

type

type

...

Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

## Not run: 
Color()

## End(Not run)


[Package xlcharts version 0.0.2 Index]