Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
Loading...
Searching...
No Matches

◆ furthest_colors()

def Cope.colors.furthest_colors (   html,
  amt = 5,
  v_bias = 0,
  s_bias = 0 
)

Gets the amt number of colors evenly spaced around the color wheel from the given color v_bias and s_bias are between 0-1 and offset the colors.

Definition at line 29 of file colors.py.