fill_frame_background#

skysim.populate.fill_frame_background(colour, frame_matrix)[source]#

Fill an RGB image with a colour.

Parameters:
colourRGBTuple

RGB values.

frame_matrixFloatArray

Array with shape (3, X, Y) to be filled.

Returns:
FloatArray

Filled array.