MTHaloOption

@Serializable(with = MTHaloOptionSerializer::class)
sealed class MTHaloOption

Union wrapper for halo option: can be a simple enable flag or a full config object.

Inheritors

Types

data class Config(val value: MTHalo) : MTHaloOption

Provide a full configuration.

data object Enabled : MTHaloOption

Enable halo with default gradient.