Packages

object ColorCharts

Enumeration of some common color charts.

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val GretagMacbethColorChecker: GridColorChart

    GretagMacbeth ColorChecker with values measured by Robin D.

    GretagMacbeth ColorChecker with values measured by Robin D. Myers, average of two charts manufactured 2002-10.

    Illuminant D65. http://www.rmimaging.com/spectral_library/Reflective/Charts-Calibration/ColorChecker_2002-10_averaged.ss3.zip

  5. val ImageScienceColorGaugeMatte: GridColorChart

    Image Science ColorGauge Matte Neutral Patch Versions Data retrieved on 2019/01/08.

    Image Science ColorGauge Matte Neutral Patch Versions Data retrieved on 2019/01/08.

    Illuminant D50 http://www.imagescienceassociates.com/mm5/pubs/Micro_Nano_Pico_Rez_TargetData.xls

  6. val XRitePassportColorChecker: GridColorChart

    X-Rite Passport ColorChecker chart, based on the values from "ColorChecker Passport Technical Review"

    X-Rite Passport ColorChecker chart, based on the values from "ColorChecker Passport Technical Review"

    Illuminant D65. http://www.rmimaging.com/information/ColorChecker_Passport_Technical_Report.pdf alternate link location https://chromaxion.com/information/ColorChecker_Passport_Technical_Report.pdf

  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def loadReferenceValues(file: File): List[(String, Lab)]

    Load chart reference values from a CSV file represented in CIE L*a*b* color space.

    Load chart reference values from a CSV file represented in CIE L*a*b* color space.

    The file is expected to have at least 4 columns: "SAMPLE_NAME", "LAB_L", "LAB_A", "LAB_B". Any additional columns will be ignored.

    Example of a file with 4 chips:

    SAMPLE_NAME,LAB_L,LAB_A,LAB_B
    1,38.675,12.907,14.358,19.306
    2,65.750,19.811,17.790,26.626
    3,50.373,-3.646,-22.360,22.656
    4,43.697,-13.342,22.858,26.466
    returns

    list of tuples representing chip name and reference value in CIE L*a*b*

  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  18. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  19. def toString(): String
    Definition Classes
    AnyRef → Any
  20. val values: List[GridColorChart]

    All pre-defined color charts

  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. def withColorChartType(colorChartType: ColorChartType): Option[GridColorChart]

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped