Pixel
This function block allows you to manipulate and specify RGB color values for a pixel. Users can set the individual color components that determine the final pixel color.
📥 Inputs
This function block does not accept any inputs.
📤 Outputs
(Blue, Green, Red)
This output provides the RGB color values as a tuple. The values are derived from the sliders for each color component.
🕹️ Controls
Red Value
A slider that allows you to set the red component of the pixel color, ranging from 0 to 255.
Green Value
A slider that allows you to set the green component of the pixel color, ranging from 0 to 255.
Blue Value
A slider that allows you to set the blue component of the pixel color, ranging from 0 to 255.
🎨 Features
Dynamic RGB Control
Individual control of red, green, and blue color channels through sliders provides precise manipulation of pixel colors.
Real-Time Output
Adjusting the sliders updates the output, enabling immediate visual feedback on color changes.
📝 Usage Instructions
Set Color Values: Use the sliders to adjust the values for the red, green, and blue components of the pixel.
Retrieve Output: The output will automatically update to reflect the current RGB value of the pixel based on the slider adjustments.
📊 Evaluation
This function block outputs the currently set RGB value as a tuple, allowing users to use it as a pixel color input in downstream operations.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated