Shiptest 13 - Modules - TypesDefine Details

code/modules/client/client_colour.dm

/datum/client_colourClient Colour Priority System By RemieRichards (then refactored by another contributor) A System that gives finer control over which client.colour value to display on screen so that the "highest priority" one is always displayed as opposed to the default of "whichever was set last is displayed".
MIX_CLIENT_COLOURGets the resulting colour/tone from client_colours. In the case of multiple colours, they'll be converted to RGBA matrices for compatibility, summed together, and then each element divided by the number of matrices. (except we do this with lists because byond) target is the target variable.

Define Details

MIX_CLIENT_COLOUR

Gets the resulting colour/tone from client_colours. In the case of multiple colours, they'll be converted to RGBA matrices for compatibility, summed together, and then each element divided by the number of matrices. (except we do this with lists because byond) target is the target variable.