Update Nodes/Images/SingleChannelColor

Chromum 2025-05-09 11:18:46 +00:00
parent 2d387074e0
commit ef029bd449

@ -26,9 +26,9 @@ The **Single Channel Color** node generates an image where all pixels are set to
This node:
- Accepts a **greyscale value** to define the color. The **color value** must be an integer between **0** and **255**.
- Uses the **width** and **height** to define the output image dimensions (See: [`Texture Get Dimensions`](Nodes/Image/)).
- Uses the **width** and **height** to define the output image dimensions (See: [`Texture Get Dimensions`](Nodes/Image/GetDimensions)).
This node is derived from [`BaseImageNode`](Nodes/Image/GetDimensions).
This node is derived from [`BaseImageNode`](Nodes/BaseImageNode).
---