Parse an array of color strings into a 3xN RGB matrix.
Returns success = .false. without allocating the output when any entry fails to parse; callers should fall back to defaults in that case rather than rendering with partially-resolved colors.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | color_strings(:) | |||
| real(kind=wp), | intent(out), | allocatable | :: | rgb_array(:,:) | ||
| character(len=*), | intent(in) | :: | context | |||
| logical, | intent(out) | :: | success |