Search found 2 matches

by QDavid
Sat Apr 08, 2023 9:30 pm
Forum: VCL / FMX
Topic: Color Problem
Replies: 3
Views: 12680

Re: Color Problem

Width this change in the original code of the unit Tee.Format , seems to work correctly. class function TColorHelper.Swap(const AColor:TColor):TColor; begin { Original Code TAlphaColorRec(result).R:=TAlphaColorRec(AColor).B; TAlphaColorRec(result).G:=TAlphaColorRec(AColor).G; TAlphaColorRec(result)....
by QDavid
Fri Apr 07, 2023 11:28 am
Forum: VCL / FMX
Topic: Color Problem
Replies: 3
Views: 12680

Color Problem

Hi

In Delphi 11.2 + Firemonkey , does not support AlphaColors?

Image attached..

Thks.