package syntax
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- syntax
- TraverseImageSyntax
- ImageSyntax
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait ImageSyntax extends AnyRef
-
implicit
class
ImageOps extends AnyRef
- Definition Classes
- ImageSyntax
-
final
class
ImageWriterOps[Format] extends AnyRef
This strange construction allows the user to write
anImage.write[AFormat](filename)without having to specify other, mostly irrelevant to the user, type parameters.This strange construction allows the user to write
anImage.write[AFormat](filename)without having to specify other, mostly irrelevant to the user, type parameters.- Definition Classes
- ImageSyntax
- trait TraverseImageSyntax extends AnyRef
-
implicit
class
TraverseImageOps[T[_]] extends AnyRef
- Definition Classes
- TraverseImageSyntax
Value Members
-
object
core extends AngleSyntax with NormalizedSyntax with UnsignedByteSyntax
The core object defines syntax for doodle.core, which is a convenient way to avoid pulling in Algebra syntax that may conflict with Image.
- object image extends ImageSyntax
- object traverse extends TraverseImageSyntax