Vec4b.fromPointer constructor

Vec4b.fromPointer(
  1. Pointer<Vec4b> ptr, [
  2. bool attach = true
])

Implementation

factory Vec4b.fromPointer(ffi.Pointer<cvg.Vec4b> ptr, [bool attach = true]) => Vec4b._(ptr, attach);