Hued Reference

All available references for our Hued package.

Available Modules

  • Attacks: import hued.colors

  • Analysis: import hued.analysis

  • Conversions: import hued.conversions

  • Palettes: import hued.palettes

Available Functions

  • Colors: ColorManager.hex_to_rgb, ColorManager.rgb_to_hex, ColorManager.closest_color_name, ColorManager.get_color_by_name

  • Analysis: get_temperature, is_neutral, brightness, is_pastel, is_muted, is_vibrant, rgb_to_linear, get_luminance, get_vibrancy, color_contrast, get_text_color_from_background

  • Conversions: rgb_to_hex, hex_to_rgb, rgb_to_hsl, hsl_to_rgb, rgb_to_hsv, hsv_to_rgb, rgb_to_cmyk, cmyk_to_rgb, blend_colors, hex_to_cmyk, hex_to_hsv, hex_to_hsl, hsl_to_cmyk, hsl_to_hsv, hsl_to_hex, hsv_to_cmyk, hsv_to_hsl, hsv_to_hex, cmyk_to_hex, cmyk_to_hsv, cmyk_to_hsl,

  • Palettes: ColorPalette.generate_complementary, ColorPalette.generate_analogous, ColorPalette.generate_triadic, ColorPalette.generate_monochromatic, ColorPalette.palette_to_hex, ColorPalette.generate_random_palette, ColorPalette.generate_tetradic, ColorPalette.generate_square, ColorPalette.generate_split_complementary, ColorPalette.generate_random_color, ColorPalette.generate_random_hex_colors

Most of our functions rely on the RGB color format, but you can quickly convert to and from RGB, using our conversions module.

Last updated