ColorKeyFrameAnimation.InterpolationColorSpace Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Espace de couleur par lequel l’interpolation de couleur doit s’exécuter.
La propriété ColorKeyFrameAnimation.InterpolationColorSpace permet à un développeur de choisir l’espace de couleurs par lequel le système doit interpoler lors de l’animation entre deux couleurs. Les développeurs peuvent choisir entre les valeurs d’énumération CompositionColorSpace RVB, Hsl ou Auto (système choisi).
public:
property CompositionColorSpace InterpolationColorSpace { CompositionColorSpace get(); void set(CompositionColorSpace value); };
CompositionColorSpace InterpolationColorSpace();
void InterpolationColorSpace(CompositionColorSpace value);
public CompositionColorSpace InterpolationColorSpace { get; set; }
var compositionColorSpace = colorKeyFrameAnimation.interpolationColorSpace;
colorKeyFrameAnimation.interpolationColorSpace = compositionColorSpace;
Public Property InterpolationColorSpace As CompositionColorSpace
Valeur de propriété
Espace de couleur par lequel l’interpolation de couleur doit s’exécuter.