The brush tag has no wiki summary.
0
votes
0answers
80 views
Corner-only borders in wpf/xaml
In some xaml, I'd like to have a border that is only out to a few pixels from each corner. So, along the top, the border would be, say, 5 pixels of black at the left edge, then be transparent across ...
0
votes
2answers
59 views
Convert a Resource Image into Image Brush - c#
i want to change in runtime the Background property and i have to set an ImageBrush for it.
I have added some images as Resources on my project, and now i can use them as System.Drawing.Bitmap.
How ...
0
votes
1answer
90 views
May i know how to design the 3 phase converter for BLDC motor with Sinusoidal Commutation?
I have designed a BLDC motor model with Hall Sensors using simulink. It is working perfect with Trapezoidal commutation,with perfect trapezoidal back emf but when i go for sinusoidal commutation, the ...
0
votes
1answer
31 views
Adobe ExtendScript Change Brush Size
Is it possible to change the brush size in Photoshop via ExtendScript? I'm looking all through their documentation and Googling to no avail. Any help would be appreciated!
5
votes
4answers
103 views
Programmatically get a brush from the Brushes class?
I have a property that allows the string name of a known colour to be sent to my control. The property only accepts proper known colour names, like "Red" or "Blue"
private KnownColor _UseColor = ...
0
votes
0answers
20 views
Set color for Brush
I am working on a C++ Windows Forms application to plot a special 3D diagram (x,y,z). Actually it is a 2D plot (x,y) but I am gonna represent Z values with colors. I know the algorithm but I do not ...
0
votes
1answer
54 views
solid brush property not binding
I have a class X there are some data:
private string yyy;
public string YYY
{
get { return yyy; }
set
{
yyy= value;
NotifyPropertyChanged("YYY");
}
}
private ...
1
vote
1answer
195 views
Changes Brushes.Color by a variable?
pSo, how exactly would i go about changes which Brushes.Color a method uses?
say we set a variable to black via console input, and then change it to red? how would i do this in my code, i have color ...
1
vote
3answers
180 views
Dynamically changing background color
In my Windows Phone 7 app, I want ContentPanel's background to change its color within a specified time (3 seconds in this case). Basically I want it to be "flashing".
But the problem is that the ...
0
votes
2answers
97 views
Clear CGContext Lines
Once I drawn some lines over an UIImage, (like a brush application), then I want to clear them, so like a rubber. I searched a lot on this site and on Google, and I tried some codes, but I couldn't ...
0
votes
0answers
110 views
Retrieving data from MATLAB GUI and sending it to Excel
The GUI I've created uses subplots and displays 5 plots within the GUI. The plots only display if certain parameters are chosen and they are calculated using the given parameters. I saw that people ...
1
vote
0answers
204 views
HTML5 Canvas Soft Brush
What are the different methods of creating a "soft brush" effect when drawing on an HTML5 canvas? Speed and efficiency is important so if anyone has any benchmarks on the different methods, that would ...
0
votes
1answer
37 views
Synchronize brushes across different objects
I enhanced the original implementation of parallel coordinates https://github.com/syntagmatic/parallel-coordinates. The current visualisation looks like this ...
1
vote
1answer
67 views
sequence of images/brush strokes in canvas Silverlight, C#
I want to display a sequence of images in the canvas on my Silverlight application. However, silverlight takes all my commands and images and displays the last image. I believe this is because of the ...
0
votes
0answers
85 views
paintbrush sweep algorithm or api for WPF c#
I'm looking for a solution to the following problem. I have shape I would like to sweep across a path and rotate the shape as a function of its position along the path.
The result I'm interested in ...
1
vote
1answer
156 views
How to get an array from WPF Brushes?
I'd like to make an array of the existing Brushes in WPF so that I can loop them and show the list inside a combo box. How can I do this?
I have something like this but it won't work because Brushes ...
0
votes
0answers
104 views
How to implement brush slider with canvas?
I just started learning javascript and I'm working on canvas. I'm trying to implement a slider to the brush tool that I have. At the moment, I have the slider displayed, but I don't know how to make ...
3
votes
1answer
342 views
How to get a tapering line brush effect in Objective C using GraphicContext
I am doing a calligraphy application and would like to modify my code below so when a user ends a brush stroke, the line tapers and thins out like it would with a real calligraphy pen (a flick ...
0
votes
0answers
25 views
How to achieve the effect of a paintbrush in Opengl es [duplicate]
Possible Duplicate:
Changing pen width according writing speed
I want to make a paint iPhone app with the effect of a paintbrush in a free-hand drawing, such that the thickness of the line ...
2
votes
1answer
109 views
.NET Brush with hard color transition (similar to gradient)
I need a single Brush that will make a hard transition from one color to the next like shown below. I'm providing the Fill Brush of another control, so I need a single Brush object.
What I want:
...
0
votes
1answer
228 views
Changed SolidColorBrush in TextBox Style
I already tried to ask, but probably I did not provide enough information. I am trying to create my own WPF Theme. Everything was ok until I created this style.
<Style TargetType="{x:Type ...
3
votes
1answer
543 views
Android custom brush pattern/image
I have an 8x8 Image. (bitmap - can be changed)
What I want to do is be able to draw a shape, given a Path and Paint object onto my SurfaceView.
At the moment all I can do is fill the shape with ...
2
votes
1answer
363 views
Why do I get white column separators on my custom-drawn listview?
Basically, I have the following Delphi 2007 code (CustomDrawItem):
procedure TForm1.ListViewCustomDrawItem(Sender: TCustomListView;
Item: TListItem; State: TCustomDrawState; var DefaultDraw: ...
1
vote
1answer
112 views
Silverlight - Brush banding
Can someone tell me how to increase the number of "color bands" on a Silverlight gradient brush?
The question is marked as answered below, but it really isn't a solution to use bitmaps instead of ...
2
votes
1answer
222 views
Nine-Patch Image in Windows Phone
In Windows Phone UI Design Principle, MS recommended use solid color rectangle or coding-gradient for Control Background to avoid incompatible in multi-screen. But in many requirements, using image as ...
0
votes
3answers
407 views
C# Brush to string
I search a way to save the color of a brush as a string.
For example I have a Brush which has the color red.
Now I want to write "red" in a textbox.
Thanks for any help.
1
vote
1answer
450 views
Diagonal brush style gives me black area
I want to draw a diagonal cross into a Canvas with this code:
InFlateRect(r, -1, -1);
Canvas.Brush.Color := clYellow;
Canvas.Brush.Style := bsFDiagonal;
Canvas.Pen.Color := clRed;
//Pen.Style := ...
1
vote
1answer
252 views
Get Accent brush in Win RT XAML
Is there any way to get the accent brush in Win RT. WPF provided way to get System brushes through some static APIs.
1
vote
1answer
943 views
d3.js: limit size of brush
Is there a way to limit the size of a brush, even though the extent is larger?
I put together a brush with only an x-scale that can be moved and resized. I would like to be able to limit the extent ...
0
votes
0answers
313 views
Best way to keep WPF Drawing brush moving with a geometry?
This question is similar but different to two older questions (Repeat a background brush in WPF or WPF - How can I make a brush that paints graph-paper-like squares?
In the mapping application I'm ...
0
votes
1answer
122 views
how to use both solid brush and imagebrush in listview.background
The problem i have is how to use both the solid brush and imagebrush tags in listview.bakcground? I have set an image as background in listview but i m not able to set any color to the background?
...
1
vote
0answers
212 views
d3 force-directed layout brush event
I am new to the great world of D3.JS
I have a force-directed layout, I need to 'drag selecet' nodes(circles) in a force-directed layout.
I tried with the below code..
force = d3.layout.force()
...
1
vote
0answers
287 views
iOS Brush Hardness like Photoshop
How to get the following brush smoothness(hardness) effect like photoshop?
My attempt:
CGContextRef context = UIGraphicsGetCurrentContext();
CGContextSaveGState(context);
...
0
votes
1answer
355 views
Trying to animate a SolidColorBrush static resource
What I'd like
I want to reuse some styles across multiple UserControl types.
I would like the background of some Border controls to flash, and I'd like them all to use the same style, static ...
2
votes
1answer
432 views
Create stripe brush in WPF
How can I create a brush (DrawingBrush) for stripes as shown in the blog:
http://blog.pixelingene.com/2008/09/quick-tip-to-get-a-striped-background/
I can't use it because it uses scale transform, ...
2
votes
0answers
187 views
Android Brush Texture
does anyone know how to apply textures to a brush in android, apart from the normal OVAL, CIRCLE and rectange. Any help at all would be appreciated, or any resources where i can read about it.
since ...
1
vote
1answer
99 views
Is it possible to Brush a DrawingVisual?
I am working with DrawingVisual in WPF and want to make some Effect.
Is it possible to brush a DrawingVisual with any brushes? That means:
Suppose I have a DrawingVisual:
DrawingVisual myVisual = ...
0
votes
0answers
413 views
Android Custom Brush Colors
I'm trying to make custom brushes for my Android painting app. I started with Michael's code (found here) and I have managed to get .png brushes and use that as a bitmap and redraw it. It works fine ...
0
votes
0answers
105 views
Brush antialias sampling
Does anyone have information about algorithms for sampling brushes so that they are antialiased for painting application?
Like in Photoshop a rectangle doesn't just fill the edge with pure pixels ...
0
votes
0answers
152 views
Android Smudge Tool
I've been trying to get the Smudge effect for my app on android , i found a piece of java code that does, but cant implement it in android. If anyone can tell me how to use the smudge on HEX colour ...
-1
votes
1answer
211 views
wpf binding brush color
I have a custom textblock that has various text properties for left, right and same text as dependency properties. I use "Run" for making them have different foreground colors. It was like this in a ...
0
votes
1answer
81 views
How to use get resouce such as SolidBrush reference in code on windows8 metro platform
We could use this code (Brush)this.FindResource("key") to get the Brush reference in wpf, how to do the same in windows8 metro?
1
vote
1answer
389 views
Silverlight: How can I make a dash dot dot border using brushes
I would like to make a brush with a style of "dash dot dot" in silverlight.
I cannot use Rectangle because I actually want to accomplish a "dash dot dot" border around a Path element (not rectangular ...
0
votes
0answers
297 views
Blending With PathGradientBrush
So I am trying to create an outer glow for my controls, but I do not understand blending at all, and everything I have found "explaining" it does not help me understand it at all.
I am using a ...
1
vote
2answers
418 views
Get Stream basing on WebViewBrush in Windows 8 Metro App
Using WebViewBrush I can render web page content (it's screen shot) to e.g. Rectangle element. How to convert that screen shot (brush) into Stream so I can save it on disk or send over network?
1
vote
1answer
286 views
IOS: GLPaint erase an imageview
I'm usin GLPaint to paint inside an UIView, but not I want to using an erasing brush.
I know that the code to have a erase brush is:
glBlendFunc(GL_ONE, GL_ZERO);
glColor4f(0, 0, 0, 0.0);
but if I ...
2
votes
0answers
737 views
Drawing a line with a brush in iOS
there are so many posts here, were people ask how to draw lines with a brush in CGContext. The answer always is: Use a pattern. However, I tried this for some hours now and the main problem to me ...
2
votes
2answers
66 views
How to Clone animated Brush?
I have an animated Brush object and i want to Clone this brush.
ColorAnimation ani = new ColorAnimation(Colors.White, TimeSpan.FromSeconds(1))
{ RepeatBehavior = RepeatBehavior.Forever, AutoReverse = ...
0
votes
2answers
405 views
Brush algorithm / Color fading pattern - Need suggestions
I'm currently trying to create a simple paint tool but I've come up with a problem, or perhaps need more of a suggestion.
I'm trying to create a Brush, so when I paint a certain pixel "center", it ...
0
votes
2answers
82 views
Read-only access to brush in Backgroundworker
I have a list of objects which among other properties contain a Brush (property name "Color").
In a Backgroundworker I want to write the contents of these objects to a file.
Everything works fine ...

