CPZPixel
Immutable container that combines pixel and its Z-index.
Value parameters
- px
-
Pixel.
- z
-
Pixel's Z-index.
Attributes
- See also
- Source
- CPZPixel.scala
- Graph
-
- Supertypes
-
trait Producttrait Equalstrait Serializableclass Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Gets a copy of this Z-pixel with a new background.
Gets a copy of this Z-pixel with a new background.
Value parameters
- c
-
New background.
Attributes
- Source
- CPZPixel.scala
Gets a copy of this Z-pixel with a new character.
Gets a copy of this Z-pixel with a new character.
Value parameters
- ch
-
New character.
Attributes
- Source
- CPZPixel.scala
Gets a copy of this Z-pixel with a new foreground.
Gets a copy of this Z-pixel with a new foreground.
Value parameters
- c
-
New foreground.
Attributes
- Source
- CPZPixel.scala
Gets a copy of this Z-pixel with a new foreground and background.
Gets a copy of this Z-pixel with a new foreground and background.
Value parameters
- bg
-
New background.
- fg
-
New foreground.
Attributes
- Source
- CPZPixel.scala
Gets a copy of this Z-pixel with a new tag.
Gets a copy of this Z-pixel with a new tag.
Value parameters
- t
-
New tag.
Attributes
- Source
- CPZPixel.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Shortcut for pixel's background.
Shortcut for pixel's character.
Shortcut for pixel's foreground.
Shortcut for pixel's tag.