Method Format
Format(string?, byte, byte, byte, byte)
A method that returns a string based on the formatString
specified and
the byte parameters r
, g
, b
, and a
,
which are provided by Color
string Format(string? formatString, byte r, byte g, byte b, byte a)