get

abstract operator fun get(name: String): Image?

Returns an Image with the given name at the default size.


abstract fun get(name: String, size: Int): Image?

Returns an Image with the given name at the requested size.