lightColor method

AzText lightColor()

Implementation

AzText lightColor(){
  _textColor = AzUtlis().colorLight;
  return this;
}