R/unhcr_color_util.R
isHexCol.Rd
Helper function to detect HEX-colors
isHexCol(color)
ipda | unhcr.org | 2020
{ isHexCol("black") isHexCol(col2hex("black")) isHexCol(rgb2hex(0, 0, 0)) } #> [1] TRUE