Function

BablFuncPlanar

Declaration

void
(* BablFuncPlanar) (
  const Babl* conversion,
  int src_bands,
  const char** src,
  int* src_pitch,
  int dst_bands,
  char** dst,
  int* dst_pitch,
  long n,
  void* user_data
)

Description

No description available.

Parameters

conversion Babl
  No description available.
 The data is owned by the caller of the function.
src_bands int
  No description available.
src const char**
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
src_pitch int*
  No description available.
 The data is owned by the caller of the function.
dst_bands int
  No description available.
dst char**
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
dst_pitch int*
  No description available.
 The data is owned by the caller of the function.
n long
  No description available.
user_data void*
  No description available.
 The argument can be NULL.
 The data is owned by the caller of the function.