MCPcopy Create free account
hub / github.com/OpenShot/libopenshot / Reader

Method Reader

src/effects/Mask.h:93–93  ·  view source on GitHub ↗

Get the reader object of the mask grayscale image

Source from the content-addressed store, hash-verified

91
92 /// Get the reader object of the mask grayscale image
93 ReaderBase* Reader() { return MaskReader(); };
94
95 /// Set a new reader to be used by the mask effect (grayscale image)
96 void Reader(ReaderBase *new_reader);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected