ICPlus | classes |
class ICAlpha | ^ |
Icon Plus generic alpha channel class.
The ICAlpha class creates and manages a 8-bit alpha channel map.
- Source:
- ../ic_bitmap.h:134
- Author:
- Dmitry A Steklenev
- Version:
- unknown
Contents | ^ |
Entity Inherited From Type Scope Short Description ICAlpha constructor public Constructs the empty generic alpha channel map. ICAlpha constructor public Constructs the generic alpha channel map. empty method public Returns true if alpha channel is empty. bits_per_pixel ICBitmap method public Returns the number of bits per pixel. byte_width ICBitmap method public Returns the bitmap width in bytes. dump ICBitmap method public Dumps the generic bitmap. flip ICBitmap method public Flips the generic bitmap. get_pixel ICBitmap method public Returns the specified pixel. height ICBitmap method public Returns the bitmap height in pixels. map ICBitmap method public Returns the bitmap pointer. padded_size ICBitmap method public Returns the padded bitmap size in bytes. set_pixel ICBitmap method public Sets the specified pixel. size ICBitmap method public Returns the bitmap size in bytes. width ICBitmap method public Returns the bitmap width in pixels.
constructor ICAlpha | ? ^ > |
Constructs the empty generic alpha channel map.
- Source:
- ../ic_bitmap.h:137
- Code:
public ICAlpha ( ) : ICBitmap ( )
constructor ICAlpha | ? ^ < > |
Constructs the generic alpha channel map.
- Source:
- ../ic_bitmap.h:139
- Code:
public ICAlpha ( size_type width , size_type height )
method empty | ? ^ < > |
Returns true if alpha channel is empty.
- Source:
- ../ic_bitmap.h:143
- Code:
public int empty ( ) const
method bits_per_pixel | ? ^ < > |
Returns the number of bits per pixel.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:80
- Code:
public size_type bits_per_pixel ( ) const
method byte_width | ? ^ < > |
Returns the bitmap width in bytes.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:82
- Code:
public size_type byte_width ( ) const
method dump | ? ^ < > |
Dumps the generic bitmap.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:95
- Code:
public void dump ( )
method flip | ? ^ < > |
Flips the generic bitmap.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:93
- Code:
public void flip ( )
method get_pixel | ? ^ < > |
Returns the specified pixel.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:87
method height | ? ^ < > |
Returns the bitmap height in pixels.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:78
- Code:
public size_type height ( ) const
method map | ? ^ < > |
Returns the bitmap pointer.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:84
- Code:
public BYTE * map ( )
method padded_size | ? ^ < > |
Returns the padded bitmap size in bytes.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:74
method set_pixel | ? ^ < > |
Sets the specified pixel.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:89
method size | ? ^ < > |
Returns the bitmap size in bytes.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:72
- Code:
public size_type size ( ) const
method width | ? ^ < > |
Returns the bitmap width in pixels.
- Inherited From:
- ICBitmap
- Source:
- ../ic_bitmap.h:76
- Code:
public size_type width ( ) const
Created Wed Jul 10 21:27:42 2002.
This documentation was generated automatically by
ccdoc v0.8 r26 2001/11/28 bin_opt_emx_os2-2.30.
Click here to submit a bug report or feature request.
Click here to return to the top of the page.