engine library

kdrag0n monet engine implementation ported to Dart.

This implementation will get used if the current platform doesn't support wallpaper based monet.

It is not recommended to import this library without an import alias as it contains classes with the same name as flutter and dart:ui core classes

Constants

illuminantsD65 → const CieXyz

Functions

root(num base, num factor) double
toDegrees(double radians) double
toRadians(double degrees) double

Typedefs

ColorFilter = Oklch Function(Oklch)
ColorSwatch = Map<int, Color>