| 1425 | } |
| 1426 | |
| 1427 | Color 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 | |
| 1431 | const OriginPoint& Node::getRotationOriginPoint() const { |
| 1432 | return mRotationOriginPoint; |
no outgoing calls
no test coverage detected