Class Fox::FXMemoryBuffer
In: rdoc-sources/FXMemoryBuffer.rb
Parent: Object

Methods

[]   []=   data   new   size   to_a  

Public Class methods

Return a new FXMemoryBuffer instance, initialized with the provided array of FXColor values.

Parameters:

data:the initial array of FXColor values.

Public Instance methods

Return the specified element (an FXColor value)

Set the specified element to clr.

Return a copy of the pixel buffer, as an array of FXColor values [Array]

Return the size of the pixel buffer

to_a()

Alias for data

[Validate]