Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageColourMap
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageColourMap.h |
| Include | #include "MuT/NodeImageColourMap.h" |
Syntax
class NodeImageColourMap : public mu::NodeImage
Remarks
This node changes the colours of a selectd part of the image, applying a colour map from conteined in another image.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeImagePtr | GetBase () |
Get the node generating the base image that will have the other one blended on top. | |
| NodeImagePtr | GetMap () |
Get the node generating the image to blend on the base. | |
| NodeImagePtr | GetMask () |
Get the node generating the mask image controlling the weight of the blend effect. | |
| Private * | GetPrivate () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageColourMap* pNode, |
||
| void | SetBase
(
NodeImagePtr |
||
| void | SetMap
(
NodeImagePtr |
||
| void | SetMask
(
NodeImagePtr |
||
| NodeImageColourMapPtr | 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 |