CodeDelphi

Learn How To Create A Delphi FireMonkey Blur Component

In this CodeRage session, you can learn how to create a blur behind the component. Overview Create a small component that blurs whatever is behind itIt uses TControl.PaintTo to render the parent control to an off-screen bitmapFollowed by a GPU accelerated TGaussianBlurEffect to blur part of the bitmapFinally draws the blurred bitmap to the canvas of the control In the video…
Read more