MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Channel

Function Channel

include/Image.hpp:759–759  ·  view source on GitHub ↗

* Create an image from a selected channel of another image (GRAYSCALE) */

Source from the content-addressed store, hash-verified

757 * Create an image from a selected channel of another image (GRAYSCALE)
758 */
759 ::Image Channel(int selectedChannel) { return ::ImageFromChannel(*this, selectedChannel); }
760
761 /**
762 * Apply custom square convolution kernel to image

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected