Created
January 24, 2021 02:49
-
-
Save morphingdesign/19132dc7d2ed355023a1146b9ca1fb49 to your computer and use it in GitHub Desktop.
Outline of RGB values for default Houdini node color palette.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Sorted from left to right and top to bottom. | |
# Row 1 | |
hou.Color(0.8,0.016,0.016) | |
hou.Color(1.0,0.0,0.0) | |
hou.Color(0.98,0.275,0.275) | |
hou.Color(0.996,0.682,0.682) | |
hou.Color(1.0,0.529,0.624) | |
hou.Color(0.624,0.329,0.396) | |
# Row 2 | |
hou.Color(0.573,0.353,0.0) | |
hou.Color(0.71,0.518,0.004) | |
hou.Color(0.976,0.78,0.263) | |
hou.Color(1.0,0.976,0.666) | |
hou.Color(0.996,0.933,0.0) | |
hou.Color(1.0,0.725,0.0) | |
# Row 3 | |
hou.Color(0.302,0.525,0.114) | |
hou.Color(0.475,0.812,0.204) | |
hou.Color(0.765,1.0,0.576) | |
hou.Color(0.616,0.871,0.769) | |
hou.Color(0.145,0.667,0.557) | |
hou.Color(0.188,0.529,0.459) | |
# Row 4 | |
hou.Color(0.094,0.369,0.69) | |
hou.Color(0.29,0.565,0.886) | |
hou.Color(0.584,0.776,1.0) | |
hou.Color(0.71,0.784,1.0) | |
hou.Color(0.518,0.561,0.741) | |
hou.Color(0.38,0.408,0.553) | |
# Row 5 | |
hou.Color(0.322,0.259,0.58) | |
hou.Color(0.451,0.369,0.796) | |
hou.Color(0.565,0.494,0.863) | |
hou.Color(0.89,0.412,0.761) | |
hou.Color(0.576,0.208,0.475) | |
hou.Color(0.384,0.184,0.329) | |
# Row 6 | |
hou.Color(0.0,0.0,0.0) | |
hou.Color(0.306,0.306,0.306) | |
hou.Color(0.478,0.478,0.478) | |
hou.Color(0.6,0.6,0.6) | |
hou.Color(0.839,0.839,0.839) | |
hou.Color(1.0,1.0,1.0) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment