Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ cell_box_color
Method
cell_box_color
src/laybasic/laybasic/layLayoutViewBase.cc:4734–4741 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4732
}
4733
4734
void
4735
LayoutViewBase::cell_box_color (tl::Color c)
4736
{
4737
if (c != m_box_color) {
4738
m_box_color = c;
4739
update_content ();
4740
}
4741
}
4742
4743
void
4744
LayoutViewBase::cell_box_text_transform (bool xform)
Callers
1
layLayoutViewTests.cc
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected