Vec3b.fromPointer constructor

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

Implementation

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