check_contrast_raw: Color Contrast Accessibility Report in a Raw Format

Description Usage Arguments Value Examples

View source: R/check_contrast_raw.R

Description

returns a report from the Contrast Checker API about color contrast for accessibility in a list format so that the information provided can be extracted and piped into other functions.

Usage

1
check_contrast_raw(fg_col, bg_col)

Arguments

fg_col

the Foreground Color

bg_col

the Background Color

Value

Color Contrast Report in a raw format

Examples

1
check_contrast_raw(fg_col = "#21EA06", bg_col = "#483D3D")

savonliquide documentation built on Feb. 23, 2021, 1:07 a.m.