Ejemplo n.º 1
0
 public string Hex()
 {
     return(Chroma.RgbToHex(this));
 }
Ejemplo n.º 2
0
 public override string ToString()
 {
     return(Chroma.RgbToHex(this));
 }