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

Method Checked

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

* Generate image: checked */

Source from the content-addressed store, hash-verified

147 * Generate image: checked
148 */
149 static ::Image Checked(
150 int width,
151 int height,
152 int checksX,
153 int checksY,
154 ::Color col1 = {255, 255, 255, 255},
155 ::Color col2 = {0, 0, 0, 255}) {
156 return ::GenImageChecked(width, height, checksX, checksY, col1, col2);
157 }
158
159 /**
160 * Generate image: white noise

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected