get_dim_colors Function

private pure elemental function get_dim_colors(this) result(dim_colors)

Type Bound

format_lut

Arguments

Type IntentOptional Attributes Name
class(format_lut), intent(in) :: this

Return Value integer


Source Code

   pure elemental function get_dim_colors(this) result(dim_colors)
      class(format_lut), intent(in) :: this
      integer :: dim_colors
      dim_colors = this%dim_colors
   end function get_dim_colors