Class BlendFactorExperiment
Defined in File blend-factor-experiment.h
Inheritance Relationships
Base Type
public gpa::playback::PipelineExperiment::Prefab
(Class PipelineExperiment::Prefab)
Class Documentation
-
class BlendFactorExperiment : public gpa::playback::PipelineExperiment::Prefab
Expresses a specialized Experiment that overrides the Mip level of a resource.
Public Functions
-
BlendFactorExperiment()
Creates an instance of BlendFactorExperiment.
-
~BlendFactorExperiment()
Destroys this instance of BlendFactorExperiment.
-
void SetBlendFactor(float r, float g, float b, float a)
Sets the new paramater for the BlendFactor experiment to override the stream's existing BlendFactor.
- Parameters
four -- floats, representing color components and alpha.
-
virtual BaseExperiment::Prefab::Impl const &GetImpl() const final override
Gets this BlendFactorExperiment's implementation object.
- Returns
This BlendFactorExperiment's implementation object
-
BlendFactorExperiment()