part_type_color2(ind,col1,col2)

From ENIGMA
Jump to navigation Jump to search

Description

Sets two colors that the particle will be interpolated with.

Parameters

Parameter Data Type Description
ind integer index of the particle type
col1 integer first color to blend the particle with
col2 integer second color to blend the particle with

Return Values

void: This function does not return anything.

Example Call

// demonstrates setting a particle type to blend between blue at start and green at the end
part_type_color2(type,c_blue,c_green);