powered by
The function tints or lightens an RGB value by adding white to the values.
tint(rgb_value, tint_factor = 0.2)
A vector with length \(3 \times 1\).
vector
A double that ranges between \([0, 1]\).
double
A matrix with dimensions \(3 \times 1\).
matrix
# NOT RUN { tint(c(22, 150, 230), tint_factor = 0.5) # }
Run the code above in your browser using DataLab