Gets an object holding the draw tool settings like pen color and width.
$au.imageUploaderFlash({ imageEditor: { //...other params... drawTool: {}, //...other params... } })Get/Set Value at Runtime
$au.imageUploaderFlash('uploaderID').imageEditor().drawTool(value); value = $au.imageUploaderFlash('uploaderID').imageEditor().drawTool();