MCPcopy Create free account
hub / github.com/Tencent/tgfx / ColorComponent

Method ColorComponent

src/pdf/PDFUnion.cpp:275–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275PDFUnion PDFUnion::ColorComponent(uint8_t value) {
276 return PDFUnion(Type::ColorComponent, static_cast<int32_t>(value));
277}
278
279PDFUnion PDFUnion::Bool(bool value) {
280 return PDFUnion(Type::Bool, value);

Callers

nothing calls this directly

Calls 1

PDFUnionClass · 0.85

Tested by

no test coverage detected