EtheaDev / SVGIconImageList

Three engines to render SVG (Delphi Image32, Skia4Delphi, Direct2D wrapper) and four components to simplify use of SVG images (resize, fixedcolor, grayscale...)
Apache License 2.0
327 stars 96 forks source link

(FMX) Realize set HEX code (HTML color) to FixedColor in ImageListEditor #245

Closed ange007 closed 2 years ago

ange007 commented 2 years ago

image image

The colors from the list remained in place. image

ange007 commented 2 years ago

More testing and refinement is required. But I'm willing to hear your opinion.

carloBarazzetta commented 2 years ago

My opinion is that you are doing a great job. Did you close the pull request? Why?

ange007 commented 2 years ago

@carloBarazzetta I just had an idea to remake the FMX editor like the VCL editor. And it is possible to change the same component for choosing a color, since I have a problem with the fact that the colors (Color Objects) from the TComboEdit list do not correspond to reality. image

ange007 commented 2 years ago

image