colorize Function

public function colorize(s, c) result(o)

Add terminal format codes to coloize a string

Arguments

TypeIntentOptionalAttributesName
character, intent(in) :: s

String to colorize

integer, dimension(3):: c

Color code in [r,g,b] where

Return Value character,allocatable


Called by

proc~~colorize~~CalledByGraph proc~colorize colorize proc~showprogress showProgress proc~showprogress->proc~colorize

Contents

None