com.byteground.iptc.topics

ColorSpace

object ColorSpace extends Enumerated

Linear Supertypes
Enumerated, Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ColorSpace
  2. Enumerated
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. sealed class ColorSpaceValue extends Val

  2. abstract class EnumValue[T] extends Ordered[EnumValue[T]] with Serializable

    Definition Classes
    Enumerated
    Annotations
    @SerialVersionUID( 7091335633555234129L )
  3. class Val extends EnumValue[Enumerated.this.type] with Serializable

    Attributes
    protected
    Definition Classes
    Enumerated
    Annotations
    @SerialVersionUID( -3501153230598116017L )
  4. type Value = EnumValue[ColorSpace.this.type]

    Definition Classes
    Enumerated
  5. class ValueSet extends Set[Value] with SetLike[Value, ValueSet]

    Definition Classes
    Enumerated

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final val AdobeRGB: ColorSpaceValue

  7. final val BiLevel: ColorSpaceValue

  8. final val CMY: ColorSpaceValue

  9. final val CMYK: ColorSpaceValue

  10. final val Greyscale: ColorSpaceValue

  11. final val JapanColourCoated: ColorSpaceValue

  12. final val JapanColourForNewspapers: ColorSpaceValue

  13. final val JapanColourUnCoated: ColorSpaceValue

  14. final val JapanWebCoatedAd: ColorSpaceValue

  15. final val LABKCIE: ColorSpaceValue

  16. final val Palette: ColorSpaceValue

  17. final val RGB: ColorSpaceValue

  18. final val RGBSMPTE: ColorSpaceValue

  19. final val SRGB: ColorSpaceValue

  20. final def Value(i: Int, name: String): Value

    Attributes
    protected
    Definition Classes
    Enumerated
  21. final def Value(name: String): Value

    Attributes
    protected
    Definition Classes
    Enumerated
  22. final def Value(i: Int): Value

    Attributes
    protected
    Definition Classes
    Enumerated
  23. final def Value: Value

    Attributes
    protected
    Definition Classes
    Enumerated
  24. final val XYZCIE: ColorSpaceValue

  25. final val YCbCr: ColorSpaceValue

  26. final val YUVK: ColorSpaceValue

  27. final def apply(x: Int): Value

    Definition Classes
    Enumerated
  28. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  29. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  32. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  33. final def findById(x: Int): Option[Value]

    Definition Classes
    Enumerated
  34. final def findByName(s: String): Option[Value]

    Definition Classes
    Enumerated
  35. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  36. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  37. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  38. final def maxId: Int

    Definition Classes
    Enumerated
  39. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  40. var nextId: Int

    Attributes
    protected
    Definition Classes
    Enumerated
  41. var nextName: Iterator[String]

    Attributes
    protected
    Definition Classes
    Enumerated
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def readResolve(): AnyRef

    Attributes
    protected
    Definition Classes
    Enumerated
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def toString(): String

    Definition Classes
    Enumerated → AnyRef → Any
  47. def values: ValueSet

    Definition Classes
    Enumerated
  48. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def withName(s: String): Value

    Definition Classes
    Enumerated

Inherited from Enumerated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped