IAlphaBiLevelEffectiveData

Interfaz IAlphaBiLevelEffectiveData

Objeto inmutable que representa un efecto Alpha Bi-Level. Los valores de Alpha (opacidad) menores que el umbral se cambian a 0 (completamente transparente) y los valores de alfa mayores o iguales al umbral se cambian a 100% (completamente opaco).

public interface IAlphaBiLevelEffectiveData : IEffectEffectiveData

Propiedades

NombreDescripción
AsIEffectEffectiveData { get; }Permite obtener la interfaz base IEffectEffectiveData. Solo lectura IEffectEffectiveData.
Threshold { get; }Devuelve el umbral del efecto. Solo lectura Single.

Ver También