Questions tagged [glow]
188 questions
1
vote
1 answer
Glow around Button
How can I draw a slight white 'glow' around a button or label in 10.5 and later? I have seen some apps do it, but I am still confused how I should do this.

Tristan
- 3,058
- 6
- 40
- 68
1
vote
1 answer
How to draw curve with glow in CGContext - something like SKShapeNode with glowWidth
I am rewriting some of my graphics drawing code from SKShapeNodes to CGContext/CALayers. I am trying to draw a curve with glow in CGContext. This is what I used to have in SpriteKit:
CGPathRef path = …(some path)
SKShapeNode *node = [SKShapeNode…

jakubr
- 305
- 1
- 8
1
vote
1 answer
Silverlight data grid glow
I'm trying to think of a way to make an individual cell within a datagrid glow.
I know that you can apply a dropshadoweffect like this to the whole grid:
[data:DataGrid.Effect>
[DropShadowEffect BlurRadius="100" ShadowDepth="0" Color="Red"/>
…

Steven
- 57
- 3
1
vote
1 answer
Raphael.js: more paths, clean() & glow()
I have so much problems with the raphael.js and i hope anyone can help me.
First Problem: Why they don't draw me two different paths? Is it because it is in the same canvas/div? !SOLVED!
function animateLine(canvas, divName, time, durzeit,…

sammy
- 15
- 7
1
vote
1 answer
How to create CALayer text glow effect
I am following Brad's answer to apply glow effect in my CALayer text.
Here is my code:
- (void)drawLayer:(CALayer *)theLayer inContext:(CGContextRef)context
{
UIGraphicsPushContext(context);
UIFont *font = [UIFont fontWithName:@"Verdana"…

Nirav Bhatt
- 6,940
- 5
- 45
- 89
1
vote
1 answer
Add glow to image
I'm trying to get a similar effect to the one here (in this case on focus in a form field). However I want it around a small image, and to occur on hover. Obviously I can create two sprites, and in CSS replace the image with the glow image on hover,…

GluePear
- 7,244
- 20
- 67
- 120
1
vote
0 answers
Glowing/halo effect on cube mesh using TGA file
First of all, we (my friends and I) are working on a Computer Graphics project where we are supposed to simulate particles (in our case, small cubes (mesh3d)) that would interact with each other in a space context. This is, hundreds of particles…

Floran Gmehlin
- 824
- 1
- 11
- 34
1
vote
0 answers
Touch Glow Example with css and jQuery, Enjoy
Just came up with this simple approach today after seeing a few other people use this cool glow effect in a couple different iOS Apps. I've had so much help from people in this community I thought I could give back a little. Enjoy!
Here is some…

SlickRemix
- 456
- 6
- 17
1
vote
1 answer
Hourglass-shaped glowing CSS
I have an image from a designer, that looks like this:
I'd like to make it 1px height vertically-repeated (as background for scroll-bars grip). Is there a way to emulate the glowing effect in the middle of the image, using CSS3?
Regards,

noober
- 4,819
- 12
- 49
- 85
0
votes
1 answer
BBC glow carousel: Error: glow.widgets is undefined
I use BBC carousel http://www.bbc.co.uk/glow/docs/1.7/furtherinfo/widgets/carousel/. Here is my script code