operator(+) Interface

public interface operator(+)

Calls

interface~~operator(+)~~CallsGraph interface~operator(+) operator(+) proc~add_colors add_colors interface~operator(+)->proc~add_colors

Module Procedures

public elemental function add_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)