Help Center
Help CenterFreeBASIC

2D Drawing Functions

26 entries across 1 topic.

Topics

All entries

Procedures 26

AddParameter to the Put graphics statement which selects addition as the blitting methodAlphaParameter to the Put graphics statement which selects alpha blending as the methodAndParameter to the Put graphics statement which uses a bit-wise And as the blitting methodBLoadLoads arbitrary data from a file created with BSave, or a compatible BMP image file.BSaveSaves an array of arbitrary data and palette information to a file on diskCircleGraphics statement to draw an ellipse or a circleCustomParameter to the Put graphics statement which selects a custom methodDraw StringGraphics statement to render text to an image or screen.GetGets a copy of a portion of the current work page or an image bufferImageConvertRowConverts a row of image data into another color depthImageCreateAllocates and initializes storage for an imageImageDestroyDestroys and deallocates storage for an imageImageInfoRetrieves information about an imageLineDraws a lineOrParameter to the Put graphics statement which uses a bit-wise Or as the blitting methodPaintFills an area delimited by a border of a specified colorPaletteCustomizes colors in modes with paletted colorsPointReturns the color attribute of a specified pixel coordinatePResetPlots a single pixelPsetPlots a single pixelPsetParameter to the Put graphics statement which selects PSet as the blitting methodPutCopies an image on to another image or screenRGBComputes a valid color value for hi/truecolor modesRGBAComputes a valid color value including alpha (transparency) for hi/truecolor modesTransParameter to the Put graphics statement which selects transparent background as the blitting methodXorParameter to the Put graphics statement which uses a bit-wise Xor as the blitting method