# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "colorfast" in publications use:' type: software license: MIT title: 'colorfast: Fast Conversion of R Colors to Color Component Values and Native Packed Integer Format' version: 1.0.0.9001 doi: 10.32614/CRAN.package.colorfast abstract: 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. 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" . authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://coolbutuseless.r-universe.dev repository-code: https://github.com/coolbutuseless/colorfast commit: 633e002e58104254f9922889e8ed4a5bb076d031 url: https://github.com/coolbutuseless/colorfast contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com