col2HSV: col2HSV: converts a color to HSV in hexadecimal notation

View source: R/col2HSV.R

col2HSVR Documentation

col2HSV: converts a color to HSV in hexadecimal notation

Description

col2HSV converts an R color (or a set of colors) into an HSV color model, and then returns the color names in hexadeciaml notation

Usage

  col2HSV(color)

Arguments

color

an R color name or a color in hexadecimal notation

Value

A character vector with the color(s) name(s) in hexadecimal notation

Author(s)

Gaston Sanchez

See Also

wheel

Examples

# convert 'tomato'
col2HSV("tomato")

gastonstat/colortools documentation built on April 8, 2022, 5:59 a.m.