[MIRROR] colorsolver (#11773)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-10-03 05:32:17 -07:00
committed by GitHub
parent 32b62f335b
commit 9709af12a9
18 changed files with 930 additions and 479 deletions

View File

@@ -213,7 +213,7 @@
switch(active_mode)
if(COLORMATE_TINT)
color_to_use = activecolor
if(COLORMATE_MATRIX)
if(COLORMATE_MATRIX, COLORMATE_MATRIX_AUTO)
color_to_use = rgb_construct_color_matrix(
text2num(color_matrix_last[1]),
text2num(color_matrix_last[2]),
@@ -244,7 +244,7 @@
if(inserted) //sanity
var/list/cm
switch(active_mode)
if(COLORMATE_MATRIX)
if(COLORMATE_MATRIX, COLORMATE_MATRIX_AUTO)
cm = rgb_construct_color_matrix(
text2num(color_matrix_last[1]),
text2num(color_matrix_last[2]),