1 package mhr.appcore.image.layers.lut;
3 import org.w3c.dom.Element;
5 import mhr.appcore.bitmap.BitmapInfo;
6 import mhr.appcore.bitmap.ChannelCount;
7 import mhr.appcore.bitmap.ColorMode;
8 import mhr.appcore.bitmap.NBitmap;
9 import mhr.appcore.bitmap.exceptions.BitmapAllocationException;
10 import mhr.appcore.bitmap.exceptions.UnsupportedBitmapException;
11 import mhr.appcore.blending.BlendMode;
12 import mhr.appcore.exceptions.AlreadyDisposedException;
13 import mhr.appcore.image.Image;
14 import mhr.appcore.image.layers.Layer;
15 import mhr.appcore.interfaces.ImageFile;
16 import mhr.appcore.interfaces.PDBitmap;
17 import mhr.appcore.pointops.LUT;
18 import mhr.appcore.utils.Rect;