Gets the current parameters for the Blur effect.
effect = Text:GetEffectBlur() | |||
Parameter | Type | Datatype | Description |
---|---|---|---|
effect | result | nil, table | The current parameters for this effect. All members are optional. Pass nil to disable the effect. |
blurX | Controls how much blurring exists along the X axis. Defaults to 2. |
---|---|
blurY | Controls how much blurring exists along the Y axis. Defaults to 2. |