Maven module :un.api : api-image :
Class : un.api.image.color.TransformedColorModel
Extends/Implements : un.api.image.color.AbstractColorModel
Subclasses : -

Color model for images of samples with special encoding, like encoding on 4bits,
floats or offset and scale transform values.
author  Johann Sorel


Variables : -
Functions : TransformedColorModel, isAlphaPreMultiplied, toColor, toColorARGB, toSample, toSample





public void TransformedColorModel (RawModel rawModel, Transform trs, boolean alphaPremultiplied)

public boolean isAlphaPreMultiplied ()

public Color toColor (Object sample)

public int toColorARGB (Object sample)

public Object toSample (Color color)

public Object toSample (int color)