MCPcopy Create free account
hub / github.com/Kitware/VTK / GetColorObject

Method GetColorObject

Rendering/Context2D/vtkPen.cxx:124–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124vtkColor4ub vtkPen::GetColorObject()
125{
126 return this->PenColor;
127}
128
129//------------------------------------------------------------------------------
130unsigned char vtkPen::GetOpacity()

Callers 15

DrawPointSpritesMethod · 0.45
DrawColoredPolygonMethod · 0.45
DrawPolyMethod · 0.45
DrawLinesMethod · 0.45
DrawPointsMethod · 0.45
DrawPointSpritesMethod · 0.45
DrawQuadMethod · 0.45
DrawQuadStripMethod · 0.45
DrawPolygonMethod · 0.45
DrawColoredPolygonMethod · 0.45
ApplyPenStateMethod · 0.45
ApplyPenStateAsFillMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected