cpp ScreenPtr.ModifyPixmapHeader is a function that is used to modify the header of a pixmap, which is an image data structure in the C++ programming language. This function allows for the modification of various attributes of the pixmap, such as its size, depth, and format. By modifying the pixmap header, developers can customize the visual representation of an image on the screen, making it suitable for different display requirements.
C++ (Cpp) ScreenPtr::ModifyPixmapHeader - 18 examples found. These are the top rated real world C++ (Cpp) examples of ScreenPtr::ModifyPixmapHeader extracted from open source projects. You can rate examples to help us improve the quality of examples.