An open API service indexing awesome lists of open source software.

https://github.com/hemulgm/fmxchangestyle

FMX style change
https://github.com/hemulgm/fmxchangestyle

delphi firemonkey fmx style style-transfer

Last synced: 28 days ago
JSON representation

FMX style change

Awesome Lists containing this project

README

          

# FMXChangeStyle
FMX style change with use default effects (Transition effects, like TBlurTransitionEffect, TFadeTransitionEffect, ...)

```Pascal
uses
FMX.StyleChanger, FMX.Filter.Effects;

type
EffectClass = TBlurTransitionEffect;

TStyleExt.Change(Self, StyleBookDark,
function(Effect: EffectClass): TBitmap
begin
Result := Effect.Target;
Effect.Progress := 0;
end);
```

![Ani](https://github.com/HemulGM/FMXChangeStyle/blob/main/Media/screen1.gif)