abstract class Celestine::Filter::ComponentTransfer::Func

Overview

Basic class for Celestine::Filter::ComponentTransfer inner elements. Shouldn't be needed to be used for anything else.

Direct Known Subclasses

Defined in:

effects/filters/component_transfer.cr

Constant Summary

TAG = "WARNING FUNC NOT MEANT TO BE USED!"

Instance Method Summary

Macro Summary

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 amplitude : IFNumber | Nil #

[View source]
def amplitude=(amplitude : IFNumber | Nil) #

[View source]
def exponent : IFNumber | Nil #

[View source]
def exponent=(exponent : IFNumber | Nil) #

[View source]
def intercept : IFNumber | Nil #

[View source]
def intercept=(intercept : IFNumber | Nil) #

[View source]
def offset : IFNumber | Nil #

[View source]
def offset=(offset : IFNumber | Nil) #

[View source]
def slope : IFNumber | Nil #

[View source]
def slope=(slope : IFNumber | Nil) #

[View source]
def table_values : Array(IFNumber) #

[View source]
def table_values=(table_values : Array(IFNumber)) #

[View source]
def type : String | Nil #

[View source]
def type=(type : String | Nil) #

[View source]

Macro Detail

macro add_draw #

[View source]