1.0.11
Added new methods
SciterAPIHost.GraphicsSaveState for save graphics state
SciterAPIHost.GraphicsRestoreState for restore graphics state
SciterAPIHost.GraphicsLineColor for set line color
SciterAPIHost.GraphicsDrawLine for set draw the line
SciterAPIHost.GraphicsGetColor for get color from separate channel components.
SciterAPIHost.GraphicsFillColor for set color for filling.
SciterAPIHost.GraphicsLineGradientLinear for set linear line gradient.
SciterAPIHost.GraphicsLineGradientRadial for set radial line gradient.
SciterAPIHost.GraphicsFillGradientLinear for set linear gradient color for filling.
SciterAPIHost.GraphicsFillGradientRadial for set radial gradient color for filling.
SciterAPIHost.GraphicsDrawEllipse for draw ellipse
SciterAPIHost.GraphicsDrawRectangle for draw rectangle
SciterAPIHost.GraphicsDrawRoundedRectangle for draw rounded rectangle
SciterAPIHost.GraphicsDrawText for draw text
SciterAPIHost.GraphicsDrawImage for draw image