public class Saturation extends AbstractColorFactor<Saturation>
This ColorSegment is a factor that represents the colorfulness of a stimulus relative to its own brightness.
ATTENTION:
The saturation has different definitions for ColorModel.HSB and ColorModel.HSL. Hence transformation from other ColorModels like ColorModel.RGB differs and will return different results for Saturation.
Since:
1.0.0
Author:
Joerg Hohwiller (hohwille at users.sourceforge.net)