Closed finscn closed 4 years ago
In many image-edit-tools , the blur has an agrument named "radius"
I found in WebGLImageFilter, there is a variable named "size" , blurSize.
I want know whether the size equals the radius . or size == 2 * radius ?
if size==radius , could you change the "size" to "radius" ? because "radius" is more generic .
thanks.
In many image-edit-tools , the blur has an agrument named "radius"
I found in WebGLImageFilter, there is a variable named "size" , blurSize.
I want know whether the size equals the radius . or size == 2 * radius ?
if size==radius , could you change the "size" to "radius" ? because "radius" is more generic .
thanks.