org.autoplot.state.ColorSerializeDelegate

Format the color as RGB or ARGB, like so: #000000. This can be parsed using ColorUtil.decodeColor, names like "burntSienna" can be used in vaps as well.

ColorSerializeDelegate( )

format( Object o ) → String [view source]
parse( String typeId, String s ) → Object [view source]
typeId( java.lang.Class clas ) → String [view source]