ImageTColor, TDepthSmoothBlur Method |
Name | Description | |
---|---|---|
![]() | SmoothBlur(Int32, Int32) |
Summation over a pixel param1 x param2 neighborhood with subsequent scaling by 1/(param1 x param2)
|
![]() | SmoothBlur(Int32, Int32, Boolean) |
Summation over a pixel param1 x param2 neighborhood. If scale is true, the result is subsequent scaled by 1/(param1 x param2)
|