Handbook
Glossary
CGContextSetRGBStrokeColor ( c red green blue alpha -- )
Vocabulary
core-graphics
Inputs
c
an
object
red
an
object
green
an
object
blue
an
object
alpha
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
core-graphics.types
;
IN:
core-graphics
FUNCTION:
void
CGContextSetRGBStrokeColor
(
CGContextRef
c,
CGFloat
red,
CGFloat
green,
CGFloat
blue,
CGFloat
alpha )