ID:269261
 
Problem: I am using the F_Color lib. I am wondering how to call the Change_My_Color proc for my hud.
Simply, what I am trying to do, is change the HEADs rbg var.

// up here is just obj/Char_Make/Body
Color
icon = 'Misc/HUD.dmi'
icon_state = "Color"
screen_loc = "8,10"
Click()
for(var/obj/Char_Make/Body/Head/Head in usr.client.screen)
var/new_rgb = F_Color_Selector.Get_Color(Head)
var/icon/I = Head
I.Blend(new_rgb)