コード例 #1
0
 public BitmapSource(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.BitmapSource))
 {
 }
コード例 #2
0
 public TemperatureAndTint(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.TemperatureTint))
 {
 }
コード例 #3
0
ファイル: Grayscale.cs プロジェクト: ng08000/Vortice.Windows
 public Grayscale(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Grayscale))
 {
 }
コード例 #4
0
 public ColorManagement(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.ColorManagement))
 {
 }
コード例 #5
0
 public SpotSpecular(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.SpotSpecular))
 {
 }
コード例 #6
0
 public Crop(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Crop))
 {
 }
コード例 #7
0
ファイル: Emboss.cs プロジェクト: ng08000/Vortice.Windows
 public Emboss(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Emboss))
 {
 }
コード例 #8
0
 public DpiCompensation(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.DpiCompensation))
 {
 }
コード例 #9
0
 public EdgeDetection(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.EdgeDetection))
 {
 }
コード例 #10
0
 public Composite(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Composite))
 {
 }
コード例 #11
0
ファイル: AlphaMask.cs プロジェクト: ng08000/Vortice.Windows
 public AlphaMask(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.AlphaMask))
 {
 }
コード例 #12
0
ファイル: HueToRgb.cs プロジェクト: ng08000/Vortice.Windows
 public HueToRgb(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.HueToRgb))
 {
 }
コード例 #13
0
 public LookupTable3D(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.LookupTable3D))
 {
 }
コード例 #14
0
ファイル: Turbulence.cs プロジェクト: ng08000/Vortice.Windows
 public Turbulence(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Turbulence))
 {
 }
コード例 #15
0
 public Contrast(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Contrast))
 {
 }
コード例 #16
0
 public HueRotation(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.HueRotation))
 {
 }
コード例 #17
0
ファイル: Exposure.cs プロジェクト: ng08000/Vortice.Windows
 public Exposure(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Exposure))
 {
 }
コード例 #18
0
 public DiscreteTransfer(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.DiscreteTransfer))
 {
 }
コード例 #19
0
 public TableTransfer(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.TableTransfer))
 {
 }
コード例 #20
0
ファイル: Tile.cs プロジェクト: ng08000/Vortice.Windows
 public Tile(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Tile))
 {
 }
コード例 #21
0
ファイル: ColorMatrix.cs プロジェクト: phizch/Vortice.Windows
 public ColorMatrix(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.ColorMatrix))
 {
 }
コード例 #22
0
ファイル: Straighten.cs プロジェクト: ng08000/Vortice.Windows
 public Straighten(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Straighten))
 {
 }
コード例 #23
0
ファイル: HdrToneMap.cs プロジェクト: ng08000/Vortice.Windows
 public HdrToneMap(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.HdrToneMap))
 {
 }
コード例 #24
0
ファイル: Posterize.cs プロジェクト: ng08000/Vortice.Windows
 public Posterize(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Posterize))
 {
 }
コード例 #25
0
 public DistantDiffuse(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.DistantDiffuse))
 {
 }
コード例 #26
0
 public LinearTransfer(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.LinearTransfer))
 {
 }
コード例 #27
0
 public DisplacementMap(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.DisplacementMap))
 {
 }
コード例 #28
0
 public YCbCr(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.YCbCr))
 {
 }
コード例 #29
0
 public OpacityMetadata(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.OpacityMetadata))
 {
 }
コード例 #30
0
 public Blend(ID2D1DeviceContext context)
     : base(context.CreateEffect_(EffectGuids.Blend))
 {
 }