Moduleurn:org:ten60:util:image
The
imageBackground
accessor is exported by the urn:org:ten60:util:image module.
Import this module to gain access to the accessor.
SyntaxURI | active:imageBackground |
Argument | Rules | Description | operand | Mandatory | the Java bitmap image | operator | Mandatory | A format document with the colour value |
Example UsageDPML<instr> <type>imageBackground</type> <operand>var:myimage</operand> <operator> <imageBackground> <red>100</red> <green>100</green> <blue>50</blue> </imageBackground> </operator> <target>this:response</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:imageBackground");
req.addArgument("operand", [resource representation, aspect, or URI] );
req.addArgument("operator", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |