compute_RGB Subroutine

private pure subroutine compute_RGB(self, z, red, green, blue)

Compute the RGB values for a z real value

Type Bound

Colormap

Arguments

Type IntentOptional Attributes Name
class(Colormap), intent(in) :: self
real(kind=wp), intent(in) :: z
integer, intent(out) :: red
integer, intent(out) :: green
integer, intent(out) :: blue

Calls

proc~~compute_rgb~~CallsGraph proc~compute_rgb Colormap%compute_RGB proc~get_rgb Colormap%get_RGB proc~compute_rgb->proc~get_rgb

Called by

proc~~compute_rgb~~CalledByGraph proc~compute_rgb Colormap%compute_RGB proc~test_041 test_041 proc~test_041->proc~compute_rgb proc~test_042 test_042 proc~test_042->proc~compute_rgb proc~test_053 test_053 proc~test_053->proc~compute_rgb proc~test_075 test_075 proc~test_075->proc~compute_rgb proc~test_085 test_085 proc~test_085->proc~compute_rgb proc~write_ppm_colorbar Colormap%write_ppm_colorbar proc~write_ppm_colorbar->proc~compute_rgb proc~write_ppm_colormap_1d Colormap%write_ppm_colormap_1d proc~write_ppm_colormap_1d->proc~compute_rgb proc~write_ppm_colormap_2d Colormap%write_ppm_colormap_2d proc~write_ppm_colormap_2d->proc~compute_rgb proc~test_078 test_078 proc~test_078->proc~write_ppm_colorbar program~check check program~check->proc~test_041 program~check->proc~test_042 program~check->proc~test_053 program~check->proc~test_075 program~check->proc~test_085 program~check->proc~test_078 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