MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / GDHSV

Class GDHSV

Source/GDHSV.h:3–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#pragma once
2
3struct GDHSV
4{
5 float h = 0, s = 1, v = 1;
6 bool sChecked = false, vChecked = false;
7};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected