Package

net.sf.ij_plugins.color.calibration

chart

Permalink

package chart

Operations on color charts.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. chart
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class ChartGrid extends AnyRef

    Permalink

    Rectangular grid for color reference chart.

    Rectangular grid for color reference chart.

    Each chip has size of 1x1. The chart top left corner is located at (0,0), bottom right corner at (nbColumns, nbRows).

  2. trait ColorChart extends AnyRef

    Permalink

    Generic color chart.

    Generic color chart.

    It represents the reference parameters:

    • Color chip values
    • Reference color space parameters like, reference, white, color value scaling, etc.
    • Arrangement, location, and names of chips in the chart.

    Contains information about location of the actual chart. This information is represented as an alignment transform between original chart coordinates (reference) and actual chart coordinates.

  3. class ColorChip extends AnyRef

    Permalink

    Color chips, its name, color, and shape (location).

  4. final class GridColorChart extends ColorChart

    Permalink

    Chart consisting of a regular grid of square chips, arranged in rows and columns.

  5. sealed abstract class ReferenceColorSpace extends AnyRef

    Permalink

    Color spaces used for creation of reference color values.

Value Members

  1. object ColorCharts

    Permalink

    Enumeration of some common color charts.

  2. object ColorChip

    Permalink

    Factory methods for creating ColorChips.

  3. object ReferenceColorSpace

    Permalink

    Enumeration of supported reference color spaces.

Inherited from AnyRef

Inherited from Any

Ungrouped