CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: happy_hippie

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    11,833

    Re: Graphic: Inner glow

    Yes i did follow the link, thats why i say RadialGradientPaint is a paint, a gradient paint that is painted in a circle.
    What i have provided, the Glow, is like in Photoshop, where you defines an...
  2. Replies
    10
    Views
    11,833

    Re: Graphic: Inner glow

    It must be you that has been smoking weed.
    As i read that post, you mensions RadialGradientPaint, which is a paint, right?

    dlorde:Not the same as what? | It is not a paint, but a glow.
  3. Replies
    10
    Views
    11,833

    Re: Graphic: Inner glow

    And yes, it is only showing 2 shapes, to display the effect on different shapes
  4. Replies
    10
    Views
    11,833

    Re: Graphic: Inner glow

    The paint method you gave, is only round.
    Mine gives a inner glow, no matter which shape you use, which is not the same.
  5. Replies
    10
    Views
    11,833

    Re: Graphic: Inner glow

    Whoops, that's correct.
    It was from when i tested :)
    Here is the correct test code, without the last parameter :)

    import java.awt.Dimension;
    import javax.swing.JFrame;
    import java.awt.Color;...
  6. Replies
    10
    Views
    11,833

    Graphic: Inner glow

    Hey.

    I have just finished some code, that will allow you to create an inner glow inside an Area.
    I would be happy if you would try it and tell me what you think.

    I also provides a test, that...
Results 1 to 6 of 6





Click Here to Expand Forum to Full Width

Featured