pixel_mode>> ( object -- value )


Vocabulary
accessors

Definition
IN: accessors

GENERIC: pixel_mode>> ( object -- value )


Methods
USING: accessors alien.c-types classes.struct
classes.struct.private freetype math ;

M: FT_Bitmap pixel_mode>>
T{ struct-slot-spec
{ name "pixel_mode" }
{ offset 26 }
{ class fixnum }
{ initial 0 }
{ type char }
} read-struct-slot ; inline