Packages

object ColorSpace

Color space tag values, specifying photometric interpretation of multiple bands via use of TagCodes.PhotometricInterpTag, as defined by http://www.awaresystems.be/imaging/tiff/tifftags/photometricinterpretation.html

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

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 BlackIsZero: Int

    For bilevel and grayscale images: 0 is imaged as black.

  5. val CFA: Int

    DNG CFA (Color Filter Array) encoding.

  6. val CIELab: Int

    CIE L*a*b*

  7. val CMYK: Int

    Also called 'separated'

  8. val ICCLab: Int

    ICC L*a*b*

  9. val ITULab: Int

    Used in the TIFF-F and TIFF-FX standard (RFC 2301).

    Used in the TIFF-F and TIFF-FX standard (RFC 2301). The Decode tag, if present, holds information about this particular CIE L*a*b* encoding.

  10. val LinearRaw: Int

    DNG LinearRaw encoding.

  11. val LogL: Int

    Pixar 'LogL' encoding.

  12. val LogLuv: Int

    Pixar 'LogLuv' encoding.

  13. val Palette: Int

    Palette color.

    Palette color. In this model, a color is described with a single component. The value of the component is used as an index into the red, green and blue curves in the ColorMap field to retrieve an RGB triplet that defines the color. When PhotometricInterpretation=3 is used, ColorMap must be present and SamplesPerPixel must be 1.

  14. val RGB: Int

    RGB value of (0,0,0) represents black, and (255,255,255) represents white, assuming 8-bit components.

    RGB value of (0,0,0) represents black, and (255,255,255) represents white, assuming 8-bit components. The components are stored in the indicated order: first Red, then Green, then Blue.

  15. val TransparencyMask: Int

    This means that the image is used to define an irregularly shaped region of another image in the same TIFF file.

    This means that the image is used to define an irregularly shaped region of another image in the same TIFF file. SamplesPerPixel and BitsPerSample must be 1. PackBits compression is recommended. The 1-bits define the interior of the region; the 0-bits define the exterior of the region.

  16. val WhiteIsZero: Int

    For bilevel and grayscale images: 0 is imaged as white.

  17. val YCbCr: Int

    YCbCr

  18. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  19. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  22. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped