SPLURT Station 13 - Modules - Types

code/__HELPERS/matrices/color_matrix.dm

/proc/color_matrix_saturation_percentExxagerates or removes colors
/proc/color_matrix_contrast_percentExxagerates or removes brightness
/proc/color_matrix_rotationMoves all colors angle degrees around the color wheel while maintaining intensity of the color and not affecting whites TODO: Need a version that only affects one color (ie shift red to blue but leave greens and blues alone)
/proc/color_matrix_hsvBuilds a color matrix that transforms the hue, saturation, and value, all in one operation.
/proc/rgb_construct_color_matrixAssembles a color matrix, defaulting to identity
/proc/rgba_construct_color_matrixAssembles a color matrix, defaulting to identity