- english
- /
- japanese
variables
ofStyle class contains general information about the style of our ofGraphics elements such as color, line width and others.
bool bFill
bool ofStyle::bFill
bFill variable contains information about how the graphics have to be drawed: Fill or noFill(empty)
bool blending
bool ofStyle::blending
blending contains style information about allow the use of alpha channel in our graphics.
int circleResolution
int ofStyle::circleResolution
circleResolution variable contains the resolution of a ofCircle.
ofColor color
ofColor ofStyle::color
color variable contain the color information for the style object.
float lineWidth
float ofStyle::lineWidth
lineWidth contains information about the width of the line for our ofLine.
int polyMode
int ofStyle::polyMode
polyMode variable contains information about the drawing behavior for ovelapping parts of the same polygon when we create a shape.
Possible modes are: OF_POLY_WINDING_ODD - OF_POLY_WINDING_NONZERO - OF_POLY_WINDING_POSITIVE - OF_POLY_WINDING_NEGATIVE - OF_POLY_WINDING_ABS_GEQ_TWO -
int rectMode
int ofStyle::rectMode
rectMode contains information about the mode for drawing rectangles. If they are corner aligned, or drawn so that the x,y position is the center of the rectangle. Possible options are OF_RECTMODE_CENTER and OF_RECTMODE_CORNER
bool smoothing
bool ofStyle::smoothing
smoothing variable contanins the information about if smoothing effect is activated or not.
Last updated
Thursday, 16 May 2013 14:01:06 UTC
-
cbf0910627a25e6153f2452833c5313fe6067059

