EmbeddedPng

Helper class to quickly create an embedded Png format image.

class EmbeddedPng : Png (
string file
) {}

Constructors

this
this()

Construct the image.

Inherited Members

From Png

setAlpha
auto setAlpha(double alpha)

Set the image alpha.

Parameters

file

The file name of the image to embed.

See Also

Meta