gen-image-checked ( width height checksX checksY col1 col2 -- Image )


Vocabulary
raylib

Inputs
widthan int
heightan int
checksXan int
checksYan int
col1a Color
col2a Color


Outputs
Imagea Image


Word description
Generate image: checked

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-image-checked Image
GenImageChecked
( int width, int height, int checksX, int checksY, Color
col1, Color col2 )