parse_colors_bulk Subroutine

public subroutine parse_colors_bulk(color_specs, rgb_results, success_flags)

Parse multiple colors efficiently

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: color_specs(:)
real(kind=wp), intent(out) :: rgb_results(:,:)
logical, intent(out) :: success_flags(:)