Convert Images to Usable Color Schemes


[Up] [Top]

Documentation for package ‘schemr’ version 0.2.0

Help Pages

hex_to_lab Convert hex RGB values to Lab space.
hex_to_rgb Convert hexadecimal colours to RGB colour channels.
hex_to_xyz Convert hex RGB values to XYZ space.
image_to_pallette Develop a usable colour palette form an image.
lab_to_hex Convert from Lab space into hex RGB colour values.
lab_to_rgb Convert from Lab space into RGB colour channels.
lab_to_xyz Convert from Lab space to XYZ colour channels.
palette-method Plot the colour palette
plot-method Plot the clustered image data
rgb_to_hex Convert RGB colour channels to hex colour codes.
rgb_to_lab Convert from RGB colour channels to Lab space.
rgb_to_xyz Convert from RGB colour channels to XYZ space.
schemr-class Create the schemr class, which holds the palette and image data
xyz_to_hex Convert from XYZ space into hex RGB colour values.
xyz_to_lab Convert from XYZ colour channels to Lab space.
xyz_to_rgb Convert from RGB colour channels to XYZ space.