hex2rgb: Hex to RGB colors

View source: R/plot-colors.R

hex2rgbR Documentation

Hex to RGB colors

Description

Hex to RGB colors

Usage

hex2rgb(color)

Arguments

color

Color in hex format (e.g. "#ffffff").

Value

A color in RGB format (e.g. c(255, 255, 255)).

Examples

hex2rgb("#ffffff")
hex2rgb("#000000")

privefl/pixelart documentation built on Oct. 29, 2024, 10:13 a.m.