gen-image-gradient-v ( width height top bottom -- Image )


Vocabulary
raylib

Inputs
widthan int
heightan int
topa Color
bottoma Color


Outputs
Imagea Image


Word description
Generate image: vertical gradient

Definition


LIBRARY: raylib FUNCTION-ALIAS: gen-image-gradient-v Image
GenImageGradientV
( int width, int height, Color top, Color bottom )