Serialized Form
-
Package imagingbook.common.color.cie
-
Class imagingbook.common.color.cie.CieXyPlot
class CieXyPlot extends Path2D.Double implements Serializable-
Serialized Fields
-
canvasSize
double canvasSize
-
-
-
-
Package imagingbook.common.color.colorspace
-
Class imagingbook.common.color.colorspace.AbstractRgbColorSpace
class AbstractRgbColorSpace extends ColorSpace implements Serializable-
Serialized Fields
-
catD50toW
ChromaticAdaptation catD50toW
-
catWtoD50
ChromaticAdaptation catWtoD50
-
Mrgb
double[][] Mrgb
-
Mrgbi
double[][] Mrgbi
-
XYZw
double[] XYZw
-
-
-
Class imagingbook.common.color.colorspace.AdobeRgbColorSpace
class AdobeRgbColorSpace extends ICC_ColorSpace implements Serializable -
Class imagingbook.common.color.colorspace.HlsColorSpace
class HlsColorSpace extends ColorSpace implements Serializable -
Class imagingbook.common.color.colorspace.HsvColorSpace
class HsvColorSpace extends ColorSpace implements Serializable -
Class imagingbook.common.color.colorspace.LabColorSpace
class LabColorSpace extends ColorSpace implements Serializable -
Class imagingbook.common.color.colorspace.LinearRgb65ColorSpace
class LinearRgb65ColorSpace extends AbstractRgbColorSpace implements Serializable-
Serialized Fields
-
MrgbF
float[][] MrgbF
Matrix for conversion from linear RGB to D65-based XYZ (inverse ofMrgbi
). -
MrgbiF
float[][] MrgbiF
Matrix for conversion from D65-based XYZ to linear RGB.
-
-
-
Class imagingbook.common.color.colorspace.LuvColorSpace
class LuvColorSpace extends ColorSpace implements Serializable -
Class imagingbook.common.color.colorspace.sRGB65ColorSpace
class sRGB65ColorSpace extends AbstractRgbColorSpace implements Serializable-
Serialized Fields
-
MrgbF
float[][] MrgbF
Matrix for conversion from linear RGB to XYZ (inverse ofAbstractRgbColorSpace.Mrgbi
). -
MrgbiF
float[][] MrgbiF
Matrix for conversion from XYZ to linear RGB. Its column vectors are the XYZ coordinates of the RGB primaries.
-
-
-
Class imagingbook.common.color.colorspace.XYZ50ColorSpace
class XYZ50ColorSpace extends ColorSpace implements Serializable -
Class imagingbook.common.color.colorspace.XYZ65ColorSpace
class XYZ65ColorSpace extends ColorSpace implements Serializable
-
-
Package imagingbook.common.image
-
Exception imagingbook.common.image.GridIndexer2D.OutOfImageException
class OutOfImageException extends RuntimeException implements Serializable- serialVersionUID:
- 1L
-
-
Package imagingbook.common.math
-
Exception imagingbook.common.math.Matrix.IncompatibleDimensionsException
class IncompatibleDimensionsException extends RuntimeException implements Serializable -
Exception imagingbook.common.math.Matrix.NonsquareMatrixException
class NonsquareMatrixException extends RuntimeException implements Serializable -
Exception imagingbook.common.math.Matrix.SameSourceTargetException
class SameSourceTargetException extends RuntimeException implements Serializable -
Exception imagingbook.common.math.Matrix.ZeroLengthVectorException
class ZeroLengthVectorException extends RuntimeException implements Serializable
-
-
Package imagingbook.common.math.exception
-
Exception imagingbook.common.math.exception.DivideByZeroException
class DivideByZeroException extends ArithmeticException implements Serializable -
Exception imagingbook.common.math.exception.MaxIterationsExceededException
class MaxIterationsExceededException extends RuntimeException implements Serializable
-
-
Package imagingbook.common.util
-
Package imagingbook.common.util.random
-
Class imagingbook.common.util.random.RandomAngle
class RandomAngle extends Random implements Serializable- serialVersionUID:
- 1L
-