Packages

implicit final class RgbOps extends AnyVal

Annotations
@SuppressWarnings()
Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RgbOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new RgbOps(rgb: Rgb)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##: Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def blue(value: Int): Rgb
  6. def blue: Blue
  7. def color(s: String): String
  8. def colored(s: String): String
  9. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  10. def green(value: Int): Rgb
  11. def green: Green
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def red(value: Int): Rgb
  14. def red: Red
  15. def toAsciiEsc: String
  16. def toHex: String
  17. def toHexHtml: String
  18. def toRgbInts: (Int, Int, Int)
  19. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped