color | Creates an object of class 'color' |
colorblind | Returns the inputted color as perceivd by a colorblind person |
color_gradient | Creates colors in a gradient between those received as input. |
color_preview | Previsualizes colors in a plot window |
complementary | Returns the complementary color to that it receives as input |
contrast | Calculates the minimum contrast between col and the colors... |
df_color | Appends a column to a data frame containing hex codes (ready... |
df_color2 | Appends a column named "color" to a data frame containing hex... |
df_color3 | Appends a column named "color" to a data frame containing hex... |
dots_as_list | Standardizes the format of ... arguments. If a list is given,... |
fit_into_interval | Corrects a number to be in a given interval |
get_hsv | Gets HSV specifications from a "color" object |
get_paint | Gets YMCK specifications (paint composition) from a "color"... |
get_rgb | Gets RGB specifications from a "color" object |
hex | Gets hexcode from a "color" object. |
hsv_color | Creates an object of class "color" from HSV palette... |
hsv_weighted_mean | Finds a color between those received as input in HSV palette |
is_color | Checks whether an object belongs to class "color" |
mantissa | Calculates a number's mantissa (decimal part, or distance to... |
maximize_contrast | Finds the highest contrast color available for those... |
maximum_contrast_colors | Finds as many high-contrast colors as specified by the user. |
mix | Creates an object of class "color" as a mixture of the colors... |
optimal_step | Calculates best possible step for contrast gradient descent... |
paint_color | Creates an object of class "color" from a mixture of paint... |
rgb_dist | Calculates a measure of the contrast between col1 and col2 |
rgb_weighted_mean | Finds a color between those received as input in RGB palette |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.