Sign In
Greg Schechter's Blog
Bing Maps, Windows Presentation Foundation and Silverlight -- Graphics, Media, Animation, Programming Model and other goodies.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Bing Maps
DWM
Effects
Silverlight
WPF
Browse by Tags
MSDN Blogs
>
Greg Schechter's Blog
>
All Tags
>
effects
Tagged Content List
Blog Post:
A More Useful Multi-Input Effect
Greg Schechter
In my last post , I introduced multi-input effects, where you can send in arbitrary WPF brushes that are interpreted as samplers in the shader. The example I did just showed simple image combination via linear combination of pixel values -- illustrative, but not very useful. In this post, I'm going...
on
27 Sep 2008
Blog Post:
Introducing Multi-Input Shader Effects
Greg Schechter
Thus far in this series on Effects , we've discussed building and using Effects that have a single "texture" or "sampler" as input to them. In the Beta of .NET 3.5 SP1, that's all that was available. With the RTM release, we've added the ability to provide multiple samplers as input to the pixel shaders...
on
16 Sep 2008
Blog Post:
A VisualStudio BuildTask and project and item templates for writing ShaderEffects
Greg Schechter
In a number of places in this series on Effects , I've alluded to a VisualStudio BuildTask and project templates that ease the authoring of shader-based Effects. We now have one up and available for you to download, install, and use. This was written by Gerhard Schneider and me. (Gerhard...
on
12 Aug 2008
Blog Post:
.NET Framework 3.5SP1 and Visual Studio 2008 SP1 released!
Greg Schechter
Alright! .NET 3.5 SP1 and VS 2008 SP1 are live and available on the web today. There are lots of places to read about all the great stuff there, but from the perspective of this blog, the two big additions over the Beta of .NET 3.5 SP1 are: Support for multiple texture inputs to shaders used...
on
12 Aug 2008
Blog Post:
A simple Effect sample project and ClickOnce application
Greg Schechter
The previous post in this series began to talk about writing custom Effects for WPF. We looked specifically at ColorComplementEffect, an effect with no parameters. In upcoming posts, we'll get into the details of multi-parameter effects and other specifics. But in the meantime, I thought it would be...
on
14 May 2008
Blog Post:
Writing custom GPU-based Effects for WPF
Greg Schechter
The last few posts in this series on Effects have focused on the perspective of those using Effects. These Effects have to come into being somehow, and that's where we turn to now. In this post we showed how to apply a ColorComplementEffect to go from this to this: ColorComplementEffect, which...
on
12 May 2008
Blog Post:
More details on how Effects work
Greg Schechter
The last couple posts in this series have dug into features and example usage of Effects in WPF. Let’s go into some other aspects of the feature that are important to understand. Software Rendering When we discuss Effects, we typically talk about them being GPU-accelerated. This is typically the...
on
12 May 2008
Blog Post:
Using Effects in WPF (Part 2)
Greg Schechter
My previous post on Effects (part of this series ) gives a simple example of instantiating an parameterless Effect (it just takes the complement of a color) through XAML. Here we discuss more about the use of Effects. First, lest you think that Effects are somehow a XAML-only feature, let’s write...
on
12 May 2008
Blog Post:
GPU-accelerated custom effects for WPF
Greg Schechter
With WPF 3.5 SP1 on the horizon (and the Beta available now ), I plan to discuss some of the new graphics features that are coming into WPF in this release. There are a number of great new additions as well as improvements on existing features, but I will say that the one that I’m the most excited about...
on
12 May 2008
Page 1 of 1 (9 items)