Handbook
Glossary
blue>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
blue>>
( object -- value )
Methods
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
glfw.ffi
math
;
M:
GLFWgammaramp
blue>>
T{
struct-slot-spec
{
name
"blue"
}
{
offset 16
}
{
class
fixnum
}
{
initial 0
}
{
type
short
}
}
read-struct-slot
;
inline
USING:
accessors
alien.c-types
classes.struct
classes.struct.private
math
x11.xlib
;
M:
XColor
blue>>
T{
struct-slot-spec
{
name
"blue"
}
{
offset 12
}
{
class
fixnum
}
{
initial 0
}
{
type
ushort
}
}
read-struct-slot
;
inline
USING:
accessors
colors
;
M:
color
blue>>
>rgba
blue>>
;
USING:
accessors
colors.gray
;
M:
gray
blue>>
gray>>
;
USING:
accessors
colors
slots.private
;
M:
rgba
blue>>
4
slot
;
inline
USING:
accessors
colors.ryb
slots.private
;
M:
ryba
blue>>
4
slot
;
inline