#include <GFxPlaceObjectBase.h>
 | 
| enum class   | FilterType : std::uint8_t {  
  kDropShadow = 0
, kBlur = 1
, kGlow = 2
, kBevel = 3
,  
  kGradientGlow = 4
, kConvolution = 5
, kAdjustColor = 6
, kGradientBevel = 7
,  
  kFlag_KnockOut = 1 << 5
, kFlag_HideObject = 1 << 6
, kFlag_FineBlur = 1 << 7
 
 } | 
|   | 
| using  | BlendType = GRenderer::BlendType | 
|   | 
◆ BlendType
◆ FilterType
| Enumerator | 
|---|
| kDropShadow  |  | 
| kBlur  |  | 
| kGlow  |  | 
| kBevel  |  | 
| kGradientGlow  |  | 
| kConvolution  |  | 
| kAdjustColor  |  | 
| kGradientBevel  |  | 
| kFlag_KnockOut  |  | 
| kFlag_HideObject  |  | 
| kFlag_FineBlur  |  | 
 
 
◆ blendMode
◆ characterId
◆ clipDepth
      
        
          | std::uint16_t RE::GFxPlaceObjectUnpackedData::clipDepth | 
        
      
 
 
◆ colorTransform
◆ depth
      
        
          | std::int32_t RE::GFxPlaceObjectUnpackedData::depth | 
        
      
 
 
◆ filterList
◆ matrix
      
        
          | GMatrix2D RE::GFxPlaceObjectUnpackedData::matrix | 
        
      
 
 
◆ placeFlags
◆ ratio
      
        
          | float RE::GFxPlaceObjectUnpackedData::ratio | 
        
      
 
 
The documentation for this struct was generated from the following file: