WBMPFormatter
private struct WBMPFormatter : LibGdParametrizableFormatterDefines a formatter to be used on WBMP import & export conversions
- 
                  
                  The parameters to apply on exports DeclarationSwift fileprivate let exportParameters: Int32
- 
                  
                  Initializes a new instance of Selfusing index as foreground color on exportsDeclarationSwift init(index: Int32)ParametersindexThe index of the foreground color used on exports. Any other value will be considered as background and will not be written. See Reference 
- 
                  
                  Function pointer to libgd’s built-in wbmp image create function DeclarationSwift fileprivate let importFunction: (Int32, UnsafeMutableRawPointer) -> gdImagePtr?
- 
                  
                  Function pointer to libgd’s built-in wbmp image export function DeclarationSwift fileprivate let exportFunction: (gdImagePtr, UnsafeMutablePointer<Int32>, Int32) -> UnsafeMutableRawPointer?
 View on GitHub
            View on GitHub
           WBMPFormatter Structure Reference
      WBMPFormatter Structure Reference