Example #1
0
 public IColor Lighter(float fraction)
 {
     return(new ColorHandler(UIHelper.Lighter(this.Handle, fraction)));
 }