Skip to content

Part_type_color_mix

hugh greene edited this page Jun 20, 2022 · 1 revision

Description

Sets the two colors that the particle will use to generate a color from, the color will be a random mixture between the two colors, this color will remain fixed of the lifetime of the particle.

Parameters

Parameter Data Type Description
ind integer index of the particle type
col1 integer lowest possible color
col2 integer highest possible color

Return Values

void: This function does not return anything.

Example Call

// Example of using the function.

NOTOC

Clone this wiki locally