public static void Clear(this SciterImage sciterImage, SciterColor color)
 {
     sciterImage?.ClearInternal(color);
 }