Lipgloss::CompleteFunc
CompleteFunc is a function that returns the appropriate color based on the given color profile.
Example usage: p = Colorprofile.detect(io, ENV.to_a) complete = Lipgloss.complete(p) color = complete.call( Lipgloss.color("1"), # ANSI Lipgloss.color("124"), # ANSI256 Lipgloss.color("#ff34ac") # TrueColor )