Tagged Questions
The brush tag has no wiki summary.
9
votes
2answers
565 views
Brushed steel brush in WPF?
I am looking for ideas to create a WPF Brush with a brushed steel look, similar to the MacOSX Panther style, preferably without resorting to an ImageBrush.
Is there a funky way to use a GradientBrush ...
8
votes
4answers
3k views
WPF - How can I make a brush that paints graph-paper-like squares?
How might I create a brush that paints a regular, repeated grid of 1-unit thick lines spaced evenly in both the horizontal and vertical axes? Imagine graph paper, if you will.
Ideally the solution ...
8
votes
3answers
3k views
How do I implement a custom Brush in WPF?
Where can I find out enough info about how Brushes work to implement my own System.Windows.Media.Brush? I can handle all of the freezable baggage, but it's not really obvious what I need to override ...
8
votes
8answers
12k views
Convert string to Brushes/Brush name in C#
I have a configuration file where a developer can specify a text color by passing in a string:
<text value="Hello, World" color="Red"/>
Rather than have a gigantic switch statement look for ...
5
votes
1answer
100 views
Is there a replacement for MATLAB's errorbar plot which allows brushing of data?
As noted in the documentation, MATLAB's brush does not work with errorbar plots (see section Plot Types You Cannot Brush). For example,
figure;
errorbar((1:10)+2*sin(.3:.3:3),cos(1:1:10)/2);
hold ...
5
votes
2answers
105 views
calculate selection brush color in WPF
I have noticed when setting the selection of a text box in wpf to red, and using a color picker to verify the color, the color faded to #FF9999.
I have a specific color my client requires for the ...
5
votes
2answers
1k views
WPF 'magic' negating brush?
I have a gradient that changes its colors, I want the text inside it should always be visible.
I rather doing it dynamically if there is any out-the-box resource; I want a 'magic brush' that negates ...
5
votes
1answer
1k views
WPF SolidColorBrush dilemma
Does anyone know how to convert a string that represents a color into a SolidColorBrush in wpf?
For e.g:
string colorRed = "Red";
SolidColorBrush fromStringToColor = new SolidColorBrush(colorRed);
...
4
votes
3answers
53 views
Why does brush have only 3 hexa value?
For example, in this page there is code such as:
<SolidColorBrush x:Key="DisabledBorderBrush" Color="#AAA" />
Why does the color property only have 3 hex value? Doesn't color normally have 6 ...
4
votes
2answers
809 views
WPF Gradient in 2 directions
If i want to make the edges of a selected item in a Listbox look smooth I do this:
<Setter Property="Background" TargetName="Bd">
<Setter.Value>
<LinearGradientBrush ...
4
votes
3answers
2k views
What is the best way to pick a random brush from the Brushes collection in C#?
What is the best way to pick a random brush from the System.Drawing.Brushes collection in C#?
3
votes
1answer
85 views
TextBlock brush giving incorrect color
I have a TextBlock and a Rectangle, both sitting in an empty WPF4 window. The TextBlock's Foreground and the Rectangle's Fill are both set to a SolidColorBrush with value #80800000.
This is what it ...
3
votes
1answer
2k views
c# radial gradient brush effect in GDI and winforms
I have created a c# windows application and written 75% of the code. The program allows the user to create a flow chart, and will shade the flow chart shapes according to their status. I wanted them ...
3
votes
3answers
832 views
Combined solidcolor brush
Is there a way to create a kind of "solidcolorbrush" that is a mixture of 2 solidcolor brushes?
For the back color, i would like to be able to use a DynamicReference to some other brush. While the ...
2
votes
0answers
70 views
How to implement different types of brushes for a paint program?
I'm trying to implement a paint like program. I have implemented the basic brush, which most programs refer to simply as "brush" or "pencil" simply by sampling where the mouse is and drawing a line ...
2
votes
1answer
148 views
Which WPF Brush to use and how to create it
I have a WPF 3D application (C# .NET 4.0) that has a lot of 3D geometries. Now I need to color these geometries by applying a texture. The source for the texture is one large .PNG file like the ...
2
votes
1answer
55 views
Windows graphics orders implementation in java
Anybody knows how implemented PatBlt in JAVA. Or have some additional info about Brush.
2
votes
1answer
472 views
WPF BorderBrush on TextBox goes away once set on IsMouseOver Trigger
I have the below XAML which attempts to set the border of all TextBoxes in the window to red OnMouseOver. What happens is when the mouse is over the textbox the FontSize and Foreground properties are ...
2
votes
5answers
176 views
C# Drawing, Strange Behaviour
the following code is fairly straight forward - it fills a design surface with randomnly selected pixels - nothing special (ignore the XXXXXXX's in the 2nd method for now).
private void ...
2
votes
1answer
289 views
Bind to Color of a Brush
I am trying to animate the Fill property of a path. What I have so far is a ColorAnimation that works well. The target property is (Shape.Fill).(SolidColorBrush.Color) and I set it to a value of ...
2
votes
2answers
5k views
Convert System.Windows.Media.Brush to System.Drawing.Brush
How can I convert a System.Windows.Media.Brush to System.Drawing.Brush?
I'm trying to get the color of a system.windows.media.brush formatted to a System.Drawing.Color object.
The below solution ...
2
votes
2answers
813 views
WPF Edit Resource
Hi is there any way to change a Resource brush from code or via some binding?
what I want to do is change the color of my "main" brush when a button is clicked.
Thanks a lot!
Edit:
Its a ...
2
votes
4answers
2k views
I need an algorithm for rendering soft paint brush strokes
I have an array of mouse points, a stroke width, and a softness. I can draw soft circles and soft lines. Which algorithm should I use for drawing my array of points? I want crossed lines to look nice ...
1
vote
3answers
97 views
How to generate 12 different Brush Colors at run time (12 is a number that may vary)
I want to generate 12 different visible Brush Colors in WPF in my code behind and the number of colors which is initially 12 may vary as the application evolves i.e. I want to generate as many ...
1
vote
1answer
216 views
How to Snap linestyle in Actionscript 3.0?
Hai, i am a newbie to actionscript.
i am trying to make a brush tool in actionscript 3, where kids can paint colors inside a circle using the brush. i have achieved this using linestyle. Now i want ...
1
vote
1answer
260 views
Weird behavior of LinearGradientBrush
I want to fill a Rectangle with a LinearGradientBrush. With some Rectangles I get some strange behavior. Example:
Rectangle rect = new Rectangle( 20, 20, 20, 34 );
LinearGradientMode mode = ...
1
vote
1answer
501 views
Silverlight: use GradientBrush resource for state animation
I have a set of controls (Button, ToggleButton) I want to have the same style, so I have created a few gradient brushes for normal/disabled/enabled states in my ResourceDictionary, e.g. ...
1
vote
1answer
139 views
Binding to a brush cause memory leack?
Let's say I have following classes in my app.
MainWindow.xaml.cs
public partial class MainWindow : Window
{
public SolidColorBrush Brush { get; set; }
public MainWindow()
{
...
1
vote
1answer
461 views
rendering a photoshop style brush in openGL
I have lines that are programmatically defined by my program. what I want to do is render a brush stroke along them.
the way I think the type of brush I want works is, it simply has a texture, ...
1
vote
2answers
192 views
Reference to another Brush from one Brush in xaml
Is it possible to directly reference to a Brush value from another Brush in my resource dictionary, without using a Color definition (or to be exact, copy one brush resource into another)?
For ...
1
vote
1answer
150 views
Is there a graphical overview of the HatchStyle enumeration?
A hatch pattern is made from two colors: one defined by the BackgroundColor, which fills the background and one for the lines that form the pattern over the background defined by the ForegroundColor ...
1
vote
0answers
81 views
Can a brush draw outside of an wpf element?
is there any possibility to draw outside of an wpf element with a brush,
E.g.
<Polyline StrokeThickness="10" Points="100,100 200,100 200,0">
<Polyline.Stroke>
...
1
vote
3answers
121 views
Apply Brush to Two Objects At Once
I'd like to apply a Brush (LinearGradientBrush in this case) to two or more objects (TextBlocks) at once. The effect that I'd like is something like this:
Edit
I cannot simply apply the same brush ...
1
vote
1answer
605 views
Modify Silverlight Resource in VisualState
I am wondering if there is an easy way to modify some kind of shared resource (i.e. a Brush) of a control between different VisualStates. For example, I would like to define a Brush to use as both the ...
1
vote
5answers
267 views
OpenGL equivalent of GDI's HatchBrush or PatternBrush?
I have a VB6 application (please don't laugh) which does a lot of drawing via BitBlt and the standard VB6 drawing functions. I am running up against performance issues (yes, I do the regular tricks ...
1
vote
1answer
252 views
Is there a MergedGradientBrush in wpf?
Suppose I had two brushes.
One that was a linear gradient brush that was from Dark to light
One was a radial brush that went from Dark to light.
How could I merge the brushes so that when I apply ...
1
vote
4answers
465 views
compare a brush and color
if (backBrush == SystemColors.ActiveCaption)
This fails. Says you can't compare a brush and a color.
How do I find the color of the brush?
1
vote
1answer
545 views
Qt Qbrush issue
What is the difference in the following code,
QGraphicsScene * scence = new QGraphicsScene();
QBrush *brush = new QBrush((QColor(60,20,20)));
scence->setBackgroundBrush(*brush);
...
1
vote
2answers
628 views
Creating a custom fill brush in XAML
How do I create the following shape in XAML?
<Ellipse Height="100" Width="100">
<Ellipse.Fill>
???
</Ellipse.Fill>
</Ellipse>
LinearGradientBrush can't be ...
1
vote
3answers
3k views
Creating a WPF ValueConverter for a Brush
On the Nerd Plus Art blog today, there was a post about creating WPF Resources for arrows, which the author uses frequently. I have a side project that has Back and Forward buttons, so I thought that ...
1
vote
1answer
951 views
Drawing a 2px Hatch brush in WPF
I'm trying to build a WPF DrawingBrush that will draw a hatch pattern using two 1px by 1px rectangles. The resulting pattern would look like the background on classic Macintosh apps.
Here's what I'm ...
1
vote
3answers
1k views
Disposing a static brush
I'm writing a biorhythm app.
To test it i have a form with a Button and a PictureBox.
When I click on the button i do
myPictureBox.Image = GetBiorhythm2();
Which runs ok for the first time, but on ...
0
votes
2answers
23 views
How make border stroke of WPF Polygon solid?
If you look at the below XAML, it creates two rectangles.
XAML
<Grid>
<Rectangle Height="80" Width="300" Fill="Maroon"
HorizontalAlignment="Center" ...
0
votes
1answer
37 views
Photoshop-style brushes in OpenGL
I am trying to implement free-hand sketching (it should look like a pencil). I did some research and I'm surprised there is so little info about this on the internet. The best information I got was by ...
0
votes
1answer
36 views
How to create this type of brush for paint in android
Possible duplicate How to make custom brush for canvas in android?
Hello friends,
I am too stuck to create this type of brush for paint application, but didn't find anything related to this.
I am ...
0
votes
0answers
29 views
wpf polyline multi brushes
Is it possible to set multi brushes for wpf polyline? For example I would like to draw triangle using polyline and set different color for each edge, or maybe there is other way to achieve it?
0
votes
1answer
32 views
Qt opacity color brush?
Particular in my case, I want to paint a line to a QGraphicsScene using adLine(). Befor that I have paint something on the scene and I want the last big line on the top of all of these but i still can ...
0
votes
0answers
38 views
GLPaint rotate brush
I am new in OpenGl and right now I am trying to extend provided by Apple GLpaint example and implement brush rotating.
I have found following code, which I have tried to apply a lot of different ways ...
0
votes
1answer
60 views
Dynamic Brushes in XAML
I have a definition for a data template that looks as follows:
<DataTemplate DataType="{x:Type HeatMap:BlockItem}">
<Grid Visibility="{Binding IsVisible}">
<Border ...
0
votes
1answer
92 views
Brush to Brush Animation
i managed to find out how to make a wpf animation - transition between two colors.
Its called ColorAnimation and works well.
ColorAnimation animation = new ColorAnimation
...