toggle menu
search in API
common
selfie-lib
/
com.diffplug.selfie
/
Camera
Camera
fun
interface
Camera
<
Subject
>
A camera transforms a subject of a specific type into a
Snapshot
(tutorial for
jvm
).
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
snapshot
Link copied to clipboard
abstract
fun
snapshot
(
subject
:
Subject
)
:
Snapshot
with
Lens
Link copied to clipboard
open
fun
withLens
(
lens
:
Lens
)
:
Camera
<
Subject
>