unpack_rgb Subroutine

public pure subroutine unpack_rgb(packed, r, g, b)

Inverse of pack_rgb; returns channels in 0..1.

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: packed
real(kind=wp), intent(out) :: r
real(kind=wp), intent(out) :: g
real(kind=wp), intent(out) :: b