get_RGB Subroutine

private pure subroutine get_RGB(self, level, red, green, blue)

Compute the RGB values directly from an integer level number

Type Bound

Colormap

Arguments

Type IntentOptional Attributes Name
class(Colormap), intent(in) :: self
integer, intent(in) :: level
integer, intent(out) :: red
integer, intent(out) :: green
integer, intent(out) :: blue

Called by

proc~~get_rgb~~CalledByGraph proc~get_rgb Colormap%get_RGB proc~compute_rgb Colormap%compute_RGB proc~compute_rgb->proc~get_rgb proc~test_043 test_043 proc~test_043->proc~get_rgb proc~test_044 test_044 proc~test_044->proc~get_rgb proc~test_045 test_045 proc~test_045->proc~get_rgb proc~test_046 test_046 proc~test_046->proc~get_rgb proc~test_047 test_047 proc~test_047->proc~get_rgb proc~test_049 test_049 proc~test_049->proc~get_rgb proc~test_052 test_052 proc~test_052->proc~get_rgb proc~test_054 test_054 proc~test_054->proc~get_rgb proc~test_055 test_055 proc~test_055->proc~get_rgb proc~test_063 test_063 proc~test_063->proc~get_rgb proc~test_065 test_065 proc~test_065->proc~get_rgb proc~test_066 test_066 proc~test_066->proc~get_rgb proc~test_067 test_067 proc~test_067->proc~get_rgb proc~test_068 test_068 proc~test_068->proc~get_rgb proc~test_069 test_069 proc~test_069->proc~get_rgb proc~test_070 test_070 proc~test_070->proc~get_rgb proc~test_071 test_071 proc~test_071->proc~get_rgb proc~test_072 test_072 proc~test_072->proc~get_rgb proc~test_073 test_073 proc~test_073->proc~get_rgb proc~test_083 test_083 proc~test_083->proc~get_rgb proc~test_084 test_084 proc~test_084->proc~get_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 program~check check program~check->proc~test_043 program~check->proc~test_044 program~check->proc~test_045 program~check->proc~test_046 program~check->proc~test_047 program~check->proc~test_049 program~check->proc~test_052 program~check->proc~test_054 program~check->proc~test_055 program~check->proc~test_063 program~check->proc~test_065 program~check->proc~test_066 program~check->proc~test_067 program~check->proc~test_068 program~check->proc~test_069 program~check->proc~test_070 program~check->proc~test_071 program~check->proc~test_072 program~check->proc~test_073 program~check->proc~test_083 program~check->proc~test_084 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 proc~test_078 test_078 program~check->proc~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