Navigation
API > API/Plugins > API/Plugins/MutableTools > API/Plugins/MutableTools/MuT
Inheritance Hierarchy
- Base
- RefCounted
- Node
- NodeImage
- NodeImageGradient
References
| Module | MutableTools |
| Header | /Engine/Plugins/Experimental/Mutable/Source/MutableTools/Public/MuT/NodeImageGradient.h |
| Include | #include "MuT/NodeImageGradient.h" |
Syntax
class NodeImageGradient : public mu::NodeImage
Remarks
This node generats an horizontal linear gradient between two colours in a new image.
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Life cycle. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Forbidden. Manage with the Ptr<> template. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NodeColourPtr | GetColour0 () |
First colour of the gradient. | |
| NodeColourPtr | GetColour1 () |
Second colour of the gradient. | |
| Private * | GetPrivate () |
||
| int | GetSizeX () |
Generated image size. | |
| int | GetSizeY () |
||
| const NODE_TYPE * | |||
| void | Serialise
(
const NodeImageGradient* pNode, |
||
| void | |||
| void | |||
| void | SetSize
(
int x, |
||
| NodeImageGradientPtr | 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 |