MCPcopy Create free account
hub / github.com/SpartanJ/eepp / getColor

Method getColor

src/eepp/scene/node.cpp:1427–1429  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1425}
1426
1427Color Node::getColor( const Color& Col ) {
1428 return Color( Col.r, Col.g, Col.b, static_cast<Uint8>( (Float)Col.a * ( mAlpha / 255.f ) ) );
1429}
1430
1431const OriginPoint& Node::getRotationOriginPoint() const {
1432 return mRotationOriginPoint;

Callers 4

drawLineNumbersBeforeMethod · 0.45
drawTopMethod · 0.45
drawAfterLineTextMethod · 0.45
postDrawMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected