tint: Tint an RGB value

Description Usage Arguments Value Examples

View source: R/colors.R

Description

The function tints or lightens an RGB value by adding white to the values.

Usage

1
tint(rgb_value, tint_factor = 0.2)

Arguments

rgb_value

A vector with length 3 x 1.

tint_factor

A double that ranges between [0, 1].

Value

A matrix with dimensions 3 x 1.

Examples

1
tint(c(22, 150, 230), tint_factor = 0.5)

jjb documentation built on Jan. 8, 2020, 5:07 p.m.