Tryst::PhotoComposite
Inherits Enum < Comparable < Value < Object
What happens to the pixels already in the image where a new block lands.
Constants
Set = 0
Overwrite them, alpha included.
Overlay = 1
Alpha-blend the new pixels over the existing ones.
Instance methods
to_tk
Source