BBMOD_Color.ToRGBM

A function defined in BBMOD_Color.gml

ToRGBM([_array[, _index]])

Description

Encodes the color into RGBM format, ignoring the alpha channel.

Arguments

Name Type Description
_array Array The array to output the values to. If undefined, then a new one is created.
_index Real The index to start writing the values to. Defaults to 0.

Returns

Array Returns the array with RGBM values.

Do you find this page helpful?

Copyright © 2024, BlueBurn. Built on January 21, 2024 using GMDoc.