blend Subroutine

private pure subroutine blend(self, other, alpha, name)

Blend this colormap with another one: blend = (1-alpha)self + alphaother

Type Bound

Colormap

Arguments

Type IntentOptional Attributes Name
class(Colormap), intent(inout) :: self
type(Colormap), intent(in) :: other
real(kind=wp), intent(in) :: alpha
character(len=*), intent(in), optional :: name

Calls

proc~~blend~~CallsGraph proc~blend Colormap%blend local local proc~blend->local