Inherits AZ::ComponentConfig.
Public Types | |
| enum class | ModeType : AZ::u8 { Ceiling = 0 , Floor , Round , Ps } | 
Public Member Functions | |
| AZ_CLASS_ALLOCATOR (PosterizeGradientConfig, AZ::SystemAllocator) | |
| AZ_RTTI (PosterizeGradientConfig, "{4AFDFD7F-384A-41DF-900C-9B25A4AA8D1E}", AZ::ComponentConfig) | |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) | 
Public Attributes | |
| ModeType | m_mode = ModeType::Ps | 
| AZ::s32 | m_bands = 3 | 
| GradientSampler | m_gradientSampler |