#include <colorBlendAttrib.h>
Inheritance diagram for ColorBlendAttrib:
Public Member Functions | |
virtual void | issue (GraphicsStateGuardianBase *gsg) const |
virtual void | output (ostream &out) const |
virtual void | write_datagram (BamWriter *manager, Datagram &dg) |
virtual TypeHandle | get_type () const |
virtual TypeHandle | force_init_type () |
Static Public Member Functions | |
void | register_with_read_factory () |
TypeHandle | get_class_type () |
void | init_type () |
Protected Member Functions | |
virtual int | compare_to_impl (const RenderAttrib *other) const |
virtual RenderAttrib * | make_default_impl () const |
void | fillin (DatagramIterator &scan, BamReader *manager) |
Static Protected Member Functions | |
TypedWritable * | make_from_bam (const FactoryParams ¶ms) |
Private Member Functions | |
INLINE | ColorBlendAttrib (Mode mode=M_none) |
INLINE Mode | get_mode () const |
Private Attributes | |
PUBLISHED | __pad0__: enum Mode { M_none |
PUBLISHED | M_multiply |
PUBLISHED | M_add |
PUBLISHED | M_multiply_add |
PUBLISHED | __pad1__: static CPT(RenderAttrib) make(Mode mode) |
Mode | _mode |
Static Private Attributes | |
TypeHandle | _type_handle |
|
|
|
Reimplemented from RenderAttrib. Definition at line 97 of file colorBlendAttrib.cxx. References _mode, and DCAST_INTO_R. |
|
Reimplemented from RenderAttrib. Definition at line 171 of file colorBlendAttrib.cxx. References _mode, RenderAttrib::fillin(), and DatagramIterator::get_int8(). Referenced by make_from_bam(). |
|
Reimplemented from RenderAttrib. Definition at line 81 of file colorBlendAttrib.h. References RenderAttrib::get_class_type(), and RenderAttrib::init_type(). |
|
Reimplemented from RenderAttrib. Definition at line 70 of file colorBlendAttrib.h. Referenced by register_with_read_factory(). |
|
Referenced by GraphicsStateGuardian::issue_color_blend(), and output(). |
|
Reimplemented from RenderAttrib. Definition at line 78 of file colorBlendAttrib.h. References RenderAttrib::get_class_type(). Referenced by output(). |
|
Reimplemented from RenderAttrib. Definition at line 73 of file colorBlendAttrib.h. References RenderAttrib::get_class_type(), RenderAttrib::init_type(), and register_type(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 50 of file colorBlendAttrib.cxx. References GraphicsStateGuardianBase::issue_color_blend(). |
|
Implements RenderAttrib. Definition at line 115 of file colorBlendAttrib.cxx. |
|
Definition at line 152 of file colorBlendAttrib.cxx. References fillin(), params, and parse_params(). Referenced by register_with_read_factory(). |
|
Definition at line 60 of file colorBlendAttrib.cxx. References get_mode(), get_type(), M_add, M_multiply, M_multiply_add, and RenderAttrib::M_none. |
|
Definition at line 126 of file colorBlendAttrib.cxx. References get_class_type(), BamReader::get_factory(), make_from_bam(), and Factory< TypedWritable >::register_factory(). Referenced by init_libpgraph(). |
|
Reimplemented from RenderAttrib. Definition at line 137 of file colorBlendAttrib.cxx. References _mode, Datagram::add_int8(), and RenderAttrib::write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 35 of file colorBlendAttrib.h. |
|
Definition at line 46 of file colorBlendAttrib.h. |
|
Definition at line 59 of file colorBlendAttrib.h. Referenced by compare_to_impl(), fillin(), and write_datagram(). |
|
Reimplemented from RenderAttrib. Definition at line 27 of file colorBlendAttrib.cxx. |
|
Definition at line 35 of file colorBlendAttrib.h. Referenced by output(), DXGraphicsStateGuardian7::prepare_texture(), GLGraphicsStateGuardian::set_blend_mode(), DXGraphicsStateGuardian8::set_blend_mode(), and CRGraphicsStateGuardian::set_blend_mode(). |
|
Definition at line 35 of file colorBlendAttrib.h. Referenced by output(), DXGraphicsStateGuardian7::prepare_texture(), GLGraphicsStateGuardian::set_blend_mode(), DXGraphicsStateGuardian8::set_blend_mode(), and CRGraphicsStateGuardian::set_blend_mode(). |
|
Definition at line 35 of file colorBlendAttrib.h. Referenced by output(), DXGraphicsStateGuardian7::prepare_texture(), GLGraphicsStateGuardian::set_blend_mode(), DXGraphicsStateGuardian8::set_blend_mode(), and CRGraphicsStateGuardian::set_blend_mode(). |