Ok . Thanks for answer
Now I can compile it. But only that line is working.
if TAlphaColorRec(C).A<OpacityThreshold then
begin
TAlphaColorRec(C).A := 0;
I want to take pixel color value for (rgb) LiKE GETBLUE, GET RED for the each pixel
It is very easy on vcl and It should be more easy on fire monkey.
This is working vcl site. How can I use that on firemonkey? .
GetRValue(img.Canvas.Pixels[i, j]);
GetGValue(img.Canvas.Pixels[i, j]);
GetBValue(img.Canvas.Pixels[i, j]);
Edited by: Liste Listeler on Sep 26, 2014 11:57 AM
Edited by: Liste Listeler on Sep 26, 2014 12:17 PM
Connect with Us