setC method

Pointer<ImageC> setC(
  1. ImageC o
)

Implementation

Pointer<ImageC> setC(ImageC o) {
  ref.setC(o);
  return this;
}