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
- Celestine::Filter::ComponentTransfer::FuncA
- Celestine::Filter::ComponentTransfer::FuncB
- Celestine::Filter::ComponentTransfer::FuncG
- Celestine::Filter::ComponentTransfer::FuncR
Defined in:
effects/filters/component_transfer.crConstant Summary
-
TAG =
"WARNING FUNC NOT MEANT TO BE USED!"
Instance Method Summary
- #amplitude : IFNumber | Nil
- #amplitude=(amplitude : IFNumber | Nil)
- #exponent : IFNumber | Nil
- #exponent=(exponent : IFNumber | Nil)
- #intercept : IFNumber | Nil
- #intercept=(intercept : IFNumber | Nil)
- #offset : IFNumber | Nil
- #offset=(offset : IFNumber | Nil)
- #slope : IFNumber | Nil
- #slope=(slope : IFNumber | Nil)
- #table_values : Array(IFNumber)
- #table_values=(table_values : Array(IFNumber))
- #type : String | Nil
- #type=(type : String | Nil)