public static bool TrySetLineColor(this SciterGraphics graphics, SciterColor lineColor)
 {
     return(graphics?.TrySetLineColorInternal(lineColor: lineColor) == true);
 }