extract_rgb_data_for_animation_figure Subroutine

public subroutine extract_rgb_data_for_animation_figure(state, plots, plot_count, rgb_data)

Extract RGB data for animation

Arguments

Type IntentOptional Attributes Name
type(figure_state_t), intent(inout) :: state
type(plot_data_t), intent(inout) :: plots(:)
integer, intent(in) :: plot_count
real(kind=wp), intent(out) :: rgb_data(:,:,:)