dm_roff_defcolor Function

public pure function dm_roff_defcolor(ident, r, g, b) result(roff)

Returns request to define a named stroke colour.

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: ident

Colour identifier.

integer, intent(in) :: r

Red channel.

integer, intent(in) :: g

Green channel.

integer, intent(in) :: b

Blue channel.

Return Value character(len=:), allocatable

Output string.


Calls

proc~~dm_roff_defcolor~~CallsGraph proc~dm_roff_defcolor dm_roff_defcolor proc~dm_rgb_to_hex dm_rgb_to_hex proc~dm_roff_defcolor->proc~dm_rgb_to_hex