C# Class SharpVectors.Scripting.ScriptableSvgColor

Implementation wrapper for IScriptableSvgColor
Inheritance: ScriptableCssValue, IScriptableSvgColor
Show file Open project: codebutler/savagesvg

Public Methods

Method Description
ScriptableSvgColor ( object baseObject ) : System
setColor ( ushort colorType, string rgbColor, string iccColor ) : void
setRGBColor ( string rgbColor ) : void
setRGBColorICCColor ( string rgbColor, string iccColor ) : void

Method Details

ScriptableSvgColor() public method

public ScriptableSvgColor ( object baseObject ) : System
baseObject object
return System

setColor() public method

public setColor ( ushort colorType, string rgbColor, string iccColor ) : void
colorType ushort
rgbColor string
iccColor string
return void

setRGBColor() public method

public setRGBColor ( string rgbColor ) : void
rgbColor string
return void

setRGBColorICCColor() public method

public setRGBColorICCColor ( string rgbColor, string iccColor ) : void
rgbColor string
iccColor string
return void