Questions tagged [bevelled]

A bevelled edge (UK) or beveled edge (US) refers to an edge of a structure that is not perpendicular to the faces of the piece.

A bevelled edge (UK) or beveled edge (US) refers to an edge of a structure that is not perpendicular to the faces of the piece:

enter image description here

In computer graphical user interface somehow it has the same meaning. We can have different forms of it such as Raised or Lowered bevelled border:

enter image description here

18 questions
8
votes
3 answers

Styling Bars and Lines with Chart.js

We have been using Chart.js for several months now and like the power it gives us with ease of programming. One of the things we would like to start adding to the charts produced from Chart.js is a little nicer styling of the charts we generate.…
Mike Ishmael
  • 95
  • 1
  • 5
6
votes
3 answers

Add bevel effect to UIView

I want my button to look this. I asked the designer and he said he has used bevel effect on it and I'm hearing the word bevel for the first time. I searched Stack Overflow but couldn't find anything helpful.
Drunken Daddy
  • 7,326
  • 14
  • 70
  • 104
5
votes
1 answer

How to achieve this bevel button in CSS?

Is it possible to create a button that look like this in CSS: Of course I don't mean using an image as background, I can easily do that. I'm talking about the webkit type of solution.
hello
  • 351
  • 3
  • 4
  • 16
3
votes
1 answer

Removing Icon Bevel IN XCODE 4

I know this shouldn't be ANY different than in a previous xcode and I know there are questions asking this BEFORE xcode 4 came out... But the info.plist in xcode 4, instead of "Icon already includes gloss and bevel effects" it is "Icon already…
Theme
  • 417
  • 6
  • 18
2
votes
2 answers

is it possible to create a zig-zagged edge with a bevel effect using pure css?

So, I'm trying to create a zig-zag edge on an element with an inner bevel on the edges, as in this image here. currently i am managing it by using a border image, but i'd like to know if it's possible with pure css, because the person i am making…
mayfrogs
  • 23
  • 4
2
votes
1 answer

WPF: Button template w/ cornerRadius and Bevel looks wrong

I changed the ControrTemplate of a button, gave it a border with CornerRadius and BevelBitmpaEffect. Looks decent enough for the minimal effort. Put it on a colored background and then the problem becomes apperent. The corner where the lightangle is…
Ingó Vals
  • 4,788
  • 14
  • 65
  • 113
2
votes
1 answer

"Beveled" Shapes in Quartz 2D

I'm familiar with some of the basics of Quartz 2D drawing, like drawing basic shapes and gradients and so on, but I'm not sure how to draw a shape with a "beveled" look, like this: beveled circle…
Shaggy Frog
  • 27,575
  • 16
  • 91
  • 128
2
votes
1 answer

Are there some default bordered backgrounds?

I want to draw custom panel-like view with raised bevel border (Swing terminology). Are there some predefined methods for this? For example, is it possible to take borders from current button style? Or I obliged to create my own 9 patch or…
Suzan Cioc
  • 29,281
  • 63
  • 213
  • 385
1
vote
0 answers

Blender 2.8 beta - How to bevel one edge of a rectangular cube?

Blender 2.80.74 beta I have spent hours trying to figure this out. Watched videos that show how to round (using Bevel) the edges or edge of a uniform mesh cube. Works great. But my mesh cube is rectangular 10x1x0.2 shape. And I can't get it to work.…
JJJones_3860
  • 1,382
  • 2
  • 15
  • 35
1
vote
2 answers

How do you get 3d bevels working in .net aspose.slides shapes?

I am trying to add bevel 3d effect to a shape programmatically using aspose.slides and it doesn't seem to be working. What is weird is when i actually go into powerpoint and click "Format Shape", it does seem like all of the settings that I am…
leora
  • 188,729
  • 360
  • 878
  • 1,366
1
vote
2 answers

How do I create a proper bevel effect fragment shader in Open GL ES 2.0?

I'm new to writing fragment shaders in GLSL for OpenGL ES2.0 and I'm trying to create a fragment shader that creates a bevel effect for a given graphic. Here's what I've been able to do so far (ignore the lower wall and other texturing, only look at…
Eddy Borja
  • 1,638
  • 17
  • 21
0
votes
1 answer

How do I add a bevel to an image using Imagemagick?

I have a .png file with a transparent background containing a letter-like symbol: I'd like to use Imagemagick to add a bevel to this symbol, such as can be done in Photoshop (with depth of 7 and a 45deg angle): I've tried using the -shade,…
jayboh
  • 267
  • 3
  • 12
0
votes
0 answers

VB.net equivalent to Excel Shape - Circle/Ellipse with Beveling and Gradient

Ellipse Object Created in Excel with Beveling, Gradient, etc. Can this be achieved in VB.Net Windows App Form? Right now I am using: Dim Disc1 As New Drawing2D.GraphicsPath Disc1.AddEllipse(1, 1, 138, 138) Panel1.Region = New…
Michael W
  • 1
  • 2
0
votes
1 answer

Blender 2.8 How to inset faces and bevel into an oval

I'm looking to recreate the effect seen in the video linked. I've linked it at the start of the part and it runs for about 40 seconds. I'm trying to recreate the rounded inset faces. I can get the faces to inset just fine, but then they do a lot of…
mycroft16
  • 785
  • 10
  • 28
0
votes
0 answers

Java JTabbedPane - Raised BevelBorder to selected tab

How can I apply raised bevel border to selected tab in java JTabbedPane?
Rohit Borse
  • 75
  • 1
  • 10
1
2