color>> ( object -- value )


Vocabulary
accessors

Inputs
objectan object


Outputs
valuean object


Definition

GENERIC: color>> ( object -- value )


Methods

M: MaterialMap color>>
T{ struct-slot-spec
{ name "color" }
{ offset 20 }
{ class Color }
{ initial S{ Color { r 0 } { g 0 } { b 0 } { a 0 } } }
{ type Color }
} read-struct-slot ; inline













































M: papier-vertex-struct color>>
T{ struct-slot-spec
{ name "color" }
{ offset 32 }
{ class float-4 }
{ initial float-4{ 0.0 0.0 0.0 0.0 } }
{ type float-4 }
} read-struct-slot ; inline