Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageSaturate
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageSaturate.h |
| Include | #include "MuT/NodeImageSaturate.h" |
Syntax
class NodeImageSaturate : public mu::NodeImage
Remarks
Change the saturation of an image. This node can be used to increase the saturation with a factor bigger than 1, or to decrease it or desaturate it completely with a factor smaller than 1 or 0.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeScalarPtr | GetFactor () |
Get the node generating the saturation factor. | |
| Private * | GetPrivate () |
||
| NodeImagePtr | GetSource () |
Get the node generating the source image to be [de]saturated. | |
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageSaturate* pNode, |
||
| void | |||
| void | |||
| NodeImageSaturatePtr | StaticUnserialise
(
InputArchive& arch |
Overridden from Node
| Type | Name | Description | |
|---|---|---|---|
| Node::Private * | |||
| int | Generic access to graph connections. | ||
| Node * | GetInputNode
(
int i |
||
| const NODE_TYPE * | GetType () |
Node type hierarchy data. | |
| void | SerialiseWrapper
(
OutputArchive& arch |
||
| void | SetInputNode
(
int i, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| Private |