module Celestine::Modules::Filter

Overview

Gives drawables access to applied filters

Direct including types

Defined in:

modules/filter.cr

Instance Method Summary

Instance Method Detail

def filter_attribute(io : IO) #

Draws the filter attribute to an IO


[View source]
def set_filter(id : String) #

Sets the filter to use via ID for this drawable


[View source]
def set_filter(filter : Celestine::Filter) #

Sets the filter to use for this drawable


[View source]