1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
--App implementation of zo_mixin
------------------------------
object [ k ] = v
end
end
end
return string . format ( "|c%.2x%.2x%.2x%s|r" , math . floor ( r * 255 ) , math . floor ( g * 255 ) , math . floor ( b * 255 ) , string )
end |