Updated a comment

This commit is contained in:
Zoraiz 2021-09-12 14:58:18 +05:00
parent df5eafe9a3
commit 3c6a1a589f
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ func reverse(imgSet [][]AsciiPixel, flipX, flipY bool) [][]AsciiPixel {
var termColorLevel string = gookitColor.TermColorLevel().String() var termColorLevel string = gookitColor.TermColorLevel().String()
// This functions calculates terminal color level between rgb colors, 256-colors, 16-colors // This functions calculates terminal color level between rgb colors and 256-colors
// and returns the character with escape codes appropriately // and returns the character with escape codes appropriately
func getColoredCharForTerm(r, g, b uint8, char string, background bool) (string, error) { func getColoredCharForTerm(r, g, b uint8, char string, background bool) (string, error) {
var coloredChar string var coloredChar string