Sha256: e0ac2c64a45d7b81e48e12c75ceb46587dcf2ee432596ca02acfa9163a20b110

Contents?: true

Size: 812 Bytes

Versions: 2

Compression:

Stored size: 812 Bytes

Contents

/*global one*/

// This file is purely for the build system
INCLUDE('lib:color.js');
INCLUDE('lib:color-namedColors.js');

// Order is important to prevent channel name clashes. Lab <-> hsL
INCLUDE('lib:color/XYZ.js');
INCLUDE('lib:color/LAB.js');
INCLUDE('lib:color/HSV.js');
INCLUDE('lib:color/HSL.js');
INCLUDE('lib:color/CMYK.js');

// Convenience functions
INCLUDE('lib:color/plugins/clearer.js');
INCLUDE('lib:color/plugins/darken.js');
INCLUDE('lib:color/plugins/desaturate.js');
INCLUDE('lib:color/plugins/greyscale.js');
INCLUDE('lib:color/plugins/lighten.js');
INCLUDE('lib:color/plugins/mix.js');
INCLUDE('lib:color/plugins/negate.js');
INCLUDE('lib:color/plugins/opaquer.js');
INCLUDE('lib:color/plugins/rotate.js');
INCLUDE('lib:color/plugins/saturate.js');
INCLUDE('lib:color/plugins/toAlpha.js');

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
pleeease-0.0.3 node_modules/pleeease/node_modules/csswring/node_modules/onecolor/lib/color/_all.js
pleeease-0.0.2 node_modules/pleeease/node_modules/csswring/node_modules/onecolor/lib/color/_all.js