我是靠谱客的博主 糊涂大碗,最近开发中收集的这篇文章主要介绍Direct2d effectsIntroduction to Direct2D EffectsHow to Apply Effects to Primitives,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

Direct2d effects

The Direct2D effects API is an addition to Direct2D that provides image effect processing. Direct2D effects is GPU accelerated, immediate-mode, and is integrated with Direct2D.

With Direct2D effects you can combine multiple effects into a graph that is all processed at render time. This graph can include several different categories of Built-in Effects and also enables you to implement your own effects.

For more information, see Effects Overview. 

http://msdn.microsoft.com/en-us/library/windows/desktop/hh706316(v=vs.85).aspx  

http://msdn.microsoft.com/en-us/library/windows/desktop/hh973240(v=vs.85).aspx 

Introduction to Direct2D Effects

 

http://msdn.microsoft.com/en-us/library/windows/desktop/hh973240(v=vs.85).aspx 

How to Apply Effects to Primitives

 

http://msdn.microsoft.com/en-us/library/windows/desktop/hh973240(v=vs.85).aspx

 

 

Direct2D effects provides this set of built-in effects. The effects come in several categories and are listed below.

  • Filter
    • Gaussian blur effect
    • Directional blur effect
    • Convolve matrix effect
    • Morphology effect
  • Composition
    • Composite effect
    • Arithmetic composite effect
    • Blend effect
  • Transparency
    • Luminance to alpha effect
  • Photo
    • Histogram effect
    • Brightness effect
  • Color
    • Discrete transfer effect
    • Table transfer effect
    • Linear transfer effect
    • Gamma transfer effect
    • Color matrix effect
    • Saturation effect
    • Hue rotation effect
    • Color management effect
    • Premultiply effect
    • Unpremultiply effect
    • DPI compensation effect
    • Opacity metadata effect
  • Lighting and Stylizing
    • Point-specular effect
    • Spot-specular effect
    • Distant-specular effect
    • Point-diffuse effect
    • Spot-diffuse effect
    • Distant-diffuse effect
    • Shadow effect
    • Displacement map effect
  • Source
    • Bitmap source effect
    • Flood effect
    • Turbulence effect
  • Transform
    • Tile effect
    • Crop effect
    • Border effect
    • Scale effect
    • 2D affine transform effect
    • 3D perspective transform effect
    • 3D transform effect

最后

以上就是糊涂大碗为你收集整理的Direct2d effectsIntroduction to Direct2D EffectsHow to Apply Effects to Primitives的全部内容,希望文章能够帮你解决Direct2d effectsIntroduction to Direct2D EffectsHow to Apply Effects to Primitives所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(56)

评论列表共有 0 条评论

立即
投稿
返回
顶部