/// <summary>
 /// Reads the <see cref="SciterValue"/> as a <see cref="SciterColor"/>
 /// </summary>
 /// <param name="sciterValue"></param>
 /// <returns></returns>
 public static SciterColor AsColor(this SciterValue sciterValue)
 {
     return(sciterValue.AsColorInternal());
 }