Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drawing instead of layering #3

Open
ghost opened this issue May 31, 2019 · 1 comment
Open

Drawing instead of layering #3

ghost opened this issue May 31, 2019 · 1 comment

Comments

@ghost
Copy link

ghost commented May 31, 2019

Draw FocusRect instead of layer it on the components, with inheritance from TCustomForm...
AlphaBlending can be added with Byte Adding ( pDest[x, y] := pDest[x,y]^ (pLayer[x,y] * (1-AlphaBlend/255)) ) method

@ghost ghost added this to the v.8.3 milestone May 31, 2019
@ghost
Copy link
Author

ghost commented Jun 2, 2019

Partially realized in lazarus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants