write_ppm_colorbar Subroutine

private impure subroutine write_ppm_colorbar(self, filename, width, height, encoding)

Uses

    • forimage
  • proc~~write_ppm_colorbar~~UsesGraph proc~write_ppm_colorbar Colormap%write_ppm_colorbar forimage forimage proc~write_ppm_colorbar->forimage

Writes the colorbar of the colormap in a PPM file

Type Bound

Colormap

Arguments

Type IntentOptional Attributes Name
class(Colormap), intent(in) :: self
character(len=*), intent(in) :: filename
integer, intent(in), optional :: width
integer, intent(in), optional :: height
character(len=*), intent(in), optional :: encoding

Calls

proc~~write_ppm_colorbar~~CallsGraph proc~write_ppm_colorbar Colormap%write_ppm_colorbar export_pnm export_pnm proc~write_ppm_colorbar->export_pnm get_format get_format proc~write_ppm_colorbar->get_format local local proc~write_ppm_colorbar->local proc~compute_rgb Colormap%compute_RGB proc~write_ppm_colorbar->proc~compute_rgb set_format set_format proc~write_ppm_colorbar->set_format set_pnm set_pnm proc~write_ppm_colorbar->set_pnm proc~get_rgb Colormap%get_RGB proc~compute_rgb->proc~get_rgb

Called by

proc~~write_ppm_colorbar~~CalledByGraph proc~write_ppm_colorbar Colormap%write_ppm_colorbar proc~test_078 test_078 proc~test_078->proc~write_ppm_colorbar program~create create program~create->proc~write_ppm_colorbar program~demo demo program~demo->proc~write_ppm_colorbar program~demo_reverse demo_reverse program~demo_reverse->proc~write_ppm_colorbar program~example1 example1 program~example1->proc~write_ppm_colorbar program~extract extract program~extract->proc~write_ppm_colorbar program~modify modify program~modify->proc~write_ppm_colorbar program~check check program~check->proc~test_078