.. wxPython Phoenix documentation This file was generated by Phoenix's sphinx generator and associated tools, do not edit by hand. Copyright: (c) 2011-2020 by Total Control Software License: wxWindows License .. include:: headings.inc .. currentmodule:: wx.lib.colourchooser.canvas .. highlight:: python .. _wx.lib.colourchooser.canvas.BitmapBuffer: ========================================================================================================================================== |phoenix_title| **wx.lib.colourchooser.canvas.BitmapBuffer** ========================================================================================================================================== A screen buffer class. This class implements a screen output buffer. Data is meant to be drawn in the buffer class and then blitted directly to the output device, or on-screen window. | |class_hierarchy| Class Hierarchy ================================= .. raw:: html
Inheritance diagram for class BitmapBuffer:
| |super_classes| Known Superclasses ================================== :class:`wx.MemoryDC` | |method_summary| Methods Summary ================================ ================================================================================ ================================================================================ :meth:`~wx.lib.colourchooser.canvas.BitmapBuffer.__init__` Initialize the empty buffer object. :meth:`~wx.lib.colourchooser.canvas.BitmapBuffer.GetBitmap` Returns the internal bitmap for direct drawing. :meth:`~wx.lib.colourchooser.canvas.BitmapBuffer.GetPixelColour` Gets the color value of the pixel at the given ================================================================================ ================================================================================ | |api| Class API =============== .. class:: BitmapBuffer(wx.MemoryDC) A screen buffer class. This class implements a screen output buffer. Data is meant to be drawn in the buffer class and then blitted directly to the output device, or on-screen window. .. method:: __init__(self, width, height, colour) Initialize the empty buffer object. .. method:: GetBitmap(self) Returns the internal bitmap for direct drawing. .. method:: GetPixelColour(self, x, y) Gets the color value of the pixel at the given cords.