color50.core_functions
Four standalone functions designed to streamline color selection and usage.
Use the rgb, hexcode, and css functions to initialize Color
objects with familiar names and formats. Use the colorize decorator function
to change the color of a whole function’s output.
Functions
|
Alter the color of a given function's standard output. |
|
Return a Color object based on a specified CSS color name. |
|
Return a Color object based on a specified HEX color code. |
|
Return a Color object based on specified RGB values. |