MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / gradient_create

Function gradient_create

StereoKitC/color.cpp:128–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126///////////////////////////////////////////
127
128gradient_t gradient_create() {
129 gradient_t result = sk_malloc_t(_gradient_t, 1);
130 *result = {};
131 return result;
132}
133
134///////////////////////////////////////////
135

Callers 2

gradient_create_keysFunction · 0.85
input_hand_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected