get_hsv: Gets HSV specifications from a "color" object

Description Usage Arguments Value Examples

Description

Gets HSV specifications from a "color" object

Usage

1

Arguments

col

Color whose complementary is to be calculated. Hexcode, c(r,g,b), color name as character and "color" class object are all supported.

Value

A list with col's HSV specifications.

Examples

1
2
3
get_hsv("red")
get_hsv("#00ff00")
get_hsv(c(25,25,25))

dpcarballo/coloR documentation built on June 1, 2019, 8:14 p.m.