rgb_value_pad: RGB value pad

View source: R/color.R

rgb_value_padR Documentation

RGB value pad

Description

Pad RGB values with leading 0's

Usage

rgb_value_pad(x)

Arguments

x

integer vector of length 3 with integers between 0 and 255 inclusive

Value

character vector with three characters per element

Examples

## Not run: 
rgb_value_pad(c(0, 10, 100))

## End(Not run)

the-mad-statter/washu documentation built on May 5, 2024, 10:26 a.m.