operator(-) Interface

public interface operator(-)

Calls

interface~~operator(-)~~CallsGraph interface~operator(-) operator(-) proc~subtract_colors subtract_colors interface~operator(-)->proc~subtract_colors

Module Procedures

public elemental function subtract_colors(c1, c2) result(c)

Arguments

Type IntentOptional Attributes Name
type(rgb_color), intent(in) :: c1
type(rgb_color), intent(in) :: c2

Return Value type(rgb_color)