Packages

package chart

Creation of color charts used for color calibration.

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

Type Members

  1. final class ChartGrid extends AnyRef

    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

    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. sealed abstract class ColorChartType extends EnumEntry
  4. class ColorChip extends AnyRef

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

  5. class GridChartFrame extends AnyRef

    Represents only layout of chips similar to GridColorChart: a regular grid of square chips, arranged in rows and columns.

  6. final class GridColorChart extends GridChartFrame with ColorChart

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

  7. sealed abstract class ReferenceColorSpace extends EnumEntry

    Color spaces used for creation of reference color values.

    Color spaces used for creation of reference color values.

    Note that for proper correction to L*a*b* you need to keep track of the reference white (illuminant) of the reference color values.

Value Members

  1. case object ColorChartType extends Enum[ColorChartType] with Product with Serializable
  2. object ColorCharts

    Enumeration of some common color charts.

  3. object ColorChip

    Factory methods for creating ColorChips.

  4. object GridChartFrameUtils
  5. case object ReferenceColorSpace extends Enum[ReferenceColorSpace] with Product with Serializable

    Enumeration of supported reference color spaces.

Inherited from AnyRef

Inherited from Any

Ungrouped