Option Strict On
Option Explicit On

Namespace Nexamas.UI.Rendering

    ''' <summary>
    ''' Minimal theme-provided input shape used by ShadowSystem to build an idle layered shadow spec.
    ''' </summary>
    Friend Interface IMASLayeredShadowTheme
        ReadOnly Property SigmaDipIdle As Single
        ReadOnly Property OffsetDipIdle As Single
        ReadOnly Property AlphaIdle As Byte
    End Interface

End Namespace
