OEDrawAlphaRainbowCircle
OEDrawAlphaRainbowCircle(image: OEImageBase, c: OE2DPoint,
radius: float, pen: OEPen,
patternDirection: int) -> bool
Draws a circle with the OECircleStyle_AlphaRainbow style.
See Figure: OEDrawAlphaRainbowCircle.
OEDrawAlphaRainbowCircle
- image
The image on which the circle is drawn.
- center
The center of the circle.
- radius
The radius of the circle.
- pen
The graphical properties of the circle.
See example (A) and (B) in Figure: OEDrawAlphaRainbowCircle.
- patternDirection
Specifies whether the pattern is drawn inside or outside of the circle. This value has to be from the
OEPatternDirectionnamespace.See example (C) in Figure: OEDrawAlphaRainbowCircle.