Exemple #1
0
 public string Hex()
 {
     return(Chroma.RgbToHex(this));
 }
Exemple #2
0
 public override string ToString()
 {
     return(Chroma.RgbToHex(this));
 }