webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#include <FEComponentTransfer.h>
Static Public Member Functions | |
static Ref< FEComponentTransfer > | create (Filter &, const ComponentTransferFunction &redFunc, const ComponentTransferFunction &greenFunc, const ComponentTransferFunction &blueFunc, const ComponentTransferFunction &alphaFunc) |
ComponentTransferFunction WebCore::FEComponentTransfer::alphaFunction | ( | ) | const |
ComponentTransferFunction WebCore::FEComponentTransfer::blueFunction | ( | ) | const |
|
static |
|
overridevirtual |
Implements WebCore::FilterEffect.
|
overridevirtual |
Reimplemented from WebCore::FilterEffect.
ComponentTransferFunction WebCore::FEComponentTransfer::greenFunction | ( | ) | const |
|
overridevirtual |
Implements WebCore::FilterEffect.
ComponentTransferFunction WebCore::FEComponentTransfer::redFunction | ( | ) | const |
void WebCore::FEComponentTransfer::setAlphaFunction | ( | const ComponentTransferFunction & | func | ) |
void WebCore::FEComponentTransfer::setBlueFunction | ( | const ComponentTransferFunction & | func | ) |
void WebCore::FEComponentTransfer::setGreenFunction | ( | const ComponentTransferFunction & | func | ) |
void WebCore::FEComponentTransfer::setRedFunction | ( | const ComponentTransferFunction & | func | ) |