Esempio n. 1
0
 /// <summary>
 /// Converts the numeric value of the <see cref="RGBQUAD"/> object
 /// to its equivalent string representation.
 /// </summary>
 /// <returns>The string representation of the value of this instance.</returns>
 public override string ToString()
 {
     return(FreeImage.ColorToString(Color));
 }