Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
275
PDFUnion PDFUnion::ColorComponent(uint8_t value) {
276
return PDFUnion(Type::ColorComponent, static_cast<int32_t>(value));
277
}
278
279
PDFUnion PDFUnion::Bool(bool value) {
280
return PDFUnion(Type::Bool, value);
Callers
nothing calls this directly
Calls
1
PDFUnion
Class · 0.85
Tested by
no test coverage detected