class Celestine::Filter::ComponentTransfer::FuncG

Defined in:

effects/filters/component_transfer.cr

Constant Summary

TAG = "feFuncG"

Instance Method Summary

Instance methods inherited from class Celestine::Filter::ComponentTransfer::Func

amplitude : IFNumber | Nil amplitude, amplitude=(amplitude : IFNumber | Nil) amplitude=, exponent : IFNumber | Nil exponent, exponent=(exponent : IFNumber | Nil) exponent=, intercept : IFNumber | Nil intercept, intercept=(intercept : IFNumber | Nil) intercept=, offset : IFNumber | Nil offset, offset=(offset : IFNumber | Nil) offset=, slope : IFNumber | Nil slope, slope=(slope : IFNumber | Nil) slope=, table_values : Array(IFNumber) table_values, table_values=(table_values : Array(IFNumber)) table_values=, type : String | Nil type, type=(type : String | Nil) type=

Instance methods inherited from class Celestine::Drawable

class_attribute(io : IO) class_attribute, classes : Array(String) classes, classes=(classes : Array(String)) classes=, custom_attribute(io : IO) custom_attribute, custom_attrs : Hash(String, String) custom_attrs, custom_attrs=(custom_attrs : Hash(String, String)) custom_attrs=, draw(io : IO) : Nil draw, id : String | Nil id, id=(id : String | Nil) id=, id_attribute(io : IO) id_attribute, inner_elements : IO::Memory inner_elements, inner_elements=(inner_elements : IO::Memory) inner_elements=, style : Hash(String, String) style, style=(style : Hash(String, String)) style=, style_attribute(io : IO) style_attribute

Instance Method Detail

def draw(io : IO) : Nil #
Description copied from class Celestine::Drawable

Main draw method for a drawable. Takes in and interacts with an io.


[View source]