fortplot
fortplot Documentation
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
extract_rgb_data_for_animation_figure
Subroutine
10 statements
Source File
fortplot_figure_core_io_compat.f90
fortplot_figure_core_compat
extract_rgb_data_for_animation_figure
Contents
public subroutine extract_rgb_data_for_animation_figure(state, plots, plot_count, rgb_data)
Extract RGB data for animation
Arguments
Type
Intent
Optional
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
(:,:,:)