loadBitmap
doodle.syntax.`package`.loadBitmap
object loadBitmap extends LoadBitmapSyntax
Attributes
- Source
- package.scala
- Graph
-
- Supertypes
- Self type
-
loadBitmap.type
Members list
Extensions
Inherited extensions
extension [B](ioBitmap: IO[B])
Transform the bitmap inside the IO
Transform the bitmap inside the IO
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
extension [S](specifier: S)
Load a bitmap from this specifier
Load a bitmap from this specifier
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
Load a bitmap and immediately convert to Picture. This is a convenience method that combines loading and conversion.
Load a bitmap and immediately convert to Picture. This is a convenience method that combines loading and conversion.
Attributes
- Inherited from:
- LoadBitmapSyntax
- Source
- LoadBitmapSyntax.scala
In this article