Type: Package Package: colorfast Title: Fast Conversion of R Colors to Color Component Values and Native Packed Integer Format Version: 1.0.1.9000 Authors@R: person("Mike", "Cheng", , "mikefc@coolbutuseless.com", role = c("aut", "cre", "cph")) Maintainer: Mike Cheng Description: Color values in R are often represented as strings of hexadecimal colors or named colors. This package offers fast conversion of these color representations to either an array of red/green/blue/alpha values or to the packed integer format used in native raster objects. Functions for conversion are also exported at the 'C' level for use in other packages. This fast conversion of colors is implemented using an order-preserving minimal perfect hash derived from Majewski et al (1996) "A Family of Perfect Hashing Methods" . License: MIT + file LICENSE URL: https://github.com/coolbutuseless/colorfast BugReports: https://github.com/coolbutuseless/colorfast/issues Encoding: UTF-8 RoxygenNote: 7.3.2 Suggests: knitr, rmarkdown, testthat (>= 3.0.0) Config/testthat/edition: 3 VignetteBuilder: knitr Repository: https://coolbutuseless.r-universe.dev Date/Publication: 2025-02-17 10:02:07 UTC RemoteUrl: https://github.com/coolbutuseless/colorfast RemoteRef: HEAD RemoteSha: 56868938dbe92ec6f3f4948fce56c834ec778f46 NeedsCompilation: yes Packaged: 2026-06-24 00:44:40 UTC; root Author: Mike Cheng [aut, cre, cph]