rex_canvas_avgrgb
Introduction
Get average RGBA value from the canvas asynchronously.
Get average RGBA value from the canvas asynchronously.
Get average rgb
- Call "Action:Start" to start a calculation task in a webworker if webworker had supported.
- "Condition:On finished" will be triggered while calculating completed.
- Then get result by ( "Expression:R", "Expression:G", "Expression:B", "Expression:A" ) , or "Expression:RGB", or "Expression:RGBA", or "Expression:Lum"
Cancel
Call "Action:Cancel" to cancel calculating.
Call "Action:Cancel" to cancel calculating.