package syntax
- Alphabetic
- By Inheritance
- syntax
- TraverseImageSyntax
- ImageSyntax
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait ImageSyntax extends AnyRef
- final class Base64Ops[Format] extends AnyRef
This strange construction allows the user to write
anImage.base64[AFormat]without having to specify other, mostly irrelevant to the user, type parameters.This strange construction allows the user to write
anImage.base64[AFormat]without having to specify other, mostly irrelevant to the user, type parameters.- Definition Classes
- ImageSyntax
- 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