Check the content of a given array and convert it to an array containing RGBA data If the original array was already containing count * 4 values then it is returned directly
an array containing count * 4 values (RGBA)
defines the array to check
defines the number of RGBA data to expect
Check the content of a given array and convert it to an array containing RGBA data If the original array was already containing count * 4 values then it is returned directly
Returns
an array containing count * 4 values (RGBA)