class Celestine::Filter::ComponentTransfer
inherits Celestine::Filter::Basic
#
Transfers color components
Constants#
TAG = "feComponentTransfer"
#
"feComponentTransfer"
Methods#
#func_a(&block : Celestine::Filter::ComponentTransfer::FuncA -> Celestine::Filter::ComponentTransfer::FuncA)
#
(&block : Celestine::Filter::ComponentTransfer::FuncA -> Celestine::Filter::ComponentTransfer::FuncA)
DSL call for feFuncA
#func_a_gamma(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
#
(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
DSL call for feFuncA with gamma
#func_a_linear(slope : IFNumber, intercept : IFNumber)
#
(slope : IFNumber, intercept : IFNumber)
DSL call for feFuncA with linear
#func_b(&block : Celestine::Filter::ComponentTransfer::FuncB -> Celestine::Filter::ComponentTransfer::FuncB)
#
(&block : Celestine::Filter::ComponentTransfer::FuncB -> Celestine::Filter::ComponentTransfer::FuncB)
DSL call for feFuncB
#func_b_gamma(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
#
(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
DSL call for feFuncB with gamma
#func_b_linear(slope : IFNumber, intercept : IFNumber)
#
(slope : IFNumber, intercept : IFNumber)
DSL call for feFuncB with linear
#func_g(&block : Celestine::Filter::ComponentTransfer::FuncG -> Celestine::Filter::ComponentTransfer::FuncG)
#
(&block : Celestine::Filter::ComponentTransfer::FuncG -> Celestine::Filter::ComponentTransfer::FuncG)
DSL call for feFuncG
#func_g_gamma(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
#
(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
DSL call for feFuncG with gamma
#func_g_linear(slope : IFNumber, intercept : IFNumber)
#
(slope : IFNumber, intercept : IFNumber)
DSL call for feFuncG with linear
#func_r(&block : Celestine::Filter::ComponentTransfer::FuncR -> Celestine::Filter::ComponentTransfer::FuncR)
#
(&block : Celestine::Filter::ComponentTransfer::FuncR -> Celestine::Filter::ComponentTransfer::FuncR)
DSL call for feFuncR
#func_r_gamma(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
#
(amplitude : IFNumber, exponent : IFNumber, offset : IFNumber)
DSL call for feFuncR with gamma
#func_r_linear(slope : IFNumber, intercept : IFNumber)
#
(slope : IFNumber, intercept : IFNumber)
DSL call for feFuncR with linear
module Celestine::Filter::ComponentTransfer::Attrs
#
Transfers color components