Color Density Percentage
This function block is designed to compute the percentage of color density for the red, green, and blue channels in an input image. It provides detailed output on the different color contributions within the image.
📥 Inputs
Image Any
The input to this block is any color image from which color density percentages are calculated.
📤 Outputs
Red Percentage
The percentage of the red color in the image.
Red
The total intensity value of the red channel from the first pixel.
Green Percentage
The percentage of the green color in the image.
Green
The total intensity value of the green channel from the first pixel.
Blue Percentage
The percentage of the blue color in the image.
Blue
The total intensity value of the blue channel from the first pixel.
🕹️ Controls
This function block does not have direct controls.
🎨 Features
Color Contribution Analysis
Automatically computes the contribution of each color channel in the image, which is helpful for understanding the color balance.
Simple Output Structure
Outputs both the percentage of each color and the intensity of that color from the first pixel, allowing for easy interpretation of results.
📝 Usage Instructions
Connect Input Image: Connect any RGB image to the input socket.
Evaluate: Run the block to calculate the percentages and intensity values.
Check Outputs: Refer to the outputs for the percentages of red, green, and blue along with their respective intensity values.
📊 Evaluation
When executed, this function block returns the color density percentages and intensity values from the first pixel of the input image, offering valuable insights into the color composition.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated
Was this helpful?