pth_to_hex: Convert to hex code

View source: R/hex.R View source: R/hex.R

pth_to_hexR Documentation

Convert to hex code

Description

Convert to hex code

Usage

pth_to_hex(color, ...)

pth_to_hex.default(color, ...)

pth_to_hex.pth_hex(color, ...)

pth_to_hex.character(color, ...)

Arguments

color

character or matrix with S3 class pth_mat, a representation of a color.

...,

other arguments as may be needed.

Value

character with S3 class pth_hex

Examples

  pth_to_hex("#663399")
  pth_to_hex(c("#221133", "#442266", "#663399"))

ijlyttle/colorpath documentation built on Sept. 13, 2022, 7:44 p.m.