easy_lut 0.2.1 copy "easy_lut: ^0.2.1" to clipboard
easy_lut: ^0.2.1 copied to clipboard

Dart package to easily apply LUT for images. You can use LUT files with 1, 3 or 6 columns of data.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add easy_lut

With Flutter:

 $ flutter pub add easy_lut

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  easy_lut: ^0.2.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:easy_lut/easy_lut.dart';
1
likes
160
pub points
53%
popularity

Publisher

unverified uploader

Dart package to easily apply LUT for images. You can use LUT files with 1, 3 or 6 columns of data.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

image

More

Packages that depend on easy_lut