This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! Edit on GitHubThe ColorToRGBInt node converts a color specified in a hexadecimal format into a single integer value. It takes a color string like
#FF5733 and calculates the corresponding RGB integer by combining the red, green, and blue components.
Inputs
Note: The input
color string must be exactly 7 characters long and start with a # symbol, followed by six hexadecimal digits (e.g., #FF0000 for red). The node will raise an error if the format is incorrect.