class FSetColor
class FSetColor { public: // fields uint8_t r; uint8_t g; uint8_t b; uint8_t a; // construction FSetColor( uint8_t R, uint8_t G, uint8_t B, uint8_t A ); // methods void operator () (CRenderizable::Ptr& p); };
class FSetColor { public: // fields uint8_t r; uint8_t g; uint8_t b; uint8_t a; // construction FSetColor( uint8_t R, uint8_t G, uint8_t B, uint8_t A ); // methods void operator () (CRenderizable::Ptr& p); };