Exemplo n.º 1
0
 /// <summary>
 /// Gets an abbreviated description of the Lut.
 /// </summary>
 public override string GetDescription()
 {
     return(String.Format(SR.FormatAdjustableDataLutDescription, _dataLut.GetDescription(), ContrastPercent, BrightnessPercent));
 }