module Processing::Core::Rendering

Direct including types

Defined in:

processing/core/rendering.cr

Instance Method Summary

Instance Method Detail

def blend_mode(mode : BlendMode) #

[View source]
def clip(a : Float, b : Float, c : Float, d : Float) #

[View source]
def create_graphics(w : Int, h : Int, renderer : String, path : String) : Graphics #

[View source]
def create_graphics(w : Int, h : Int, renderer : String) : Graphics #

[View source]
def create_graphics(w : Int, h : Int) : Graphics #

[View source]
def hint(which : Hint) #

[View source]
def no_clip #

[View source]