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
- Alphabetic
- By Inheritance
- ColorSpace
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
BlackIsZero: Int
For bilevel and grayscale images: 0 is imaged as black.
-
val
CFA: Int
DNG CFA (Color Filter Array) encoding.
-
val
CIELab: Int
CIE L*a*b*
-
val
CMYK: Int
Also called 'separated'
-
val
ICCLab: Int
ICC L*a*b*
-
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.
-
val
LinearRaw: Int
DNG LinearRaw encoding.
-
val
LogL: Int
Pixar 'LogL' encoding.
-
val
LogLuv: Int
Pixar 'LogLuv' encoding.
-
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.
-
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.
-
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.
-
val
WhiteIsZero: Int
For bilevel and grayscale images: 0 is imaged as white.
-
val
YCbCr: Int
YCbCr
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()