| 532 | | |
|---|
| 533 | | void pushToPixel (const UInt8& value ); |
|---|
| 534 | | void insertIntoPixel (UInt32 uiIndex, |
|---|
| 535 | | const UInt8& value ); |
|---|
| 536 | | void replaceInPixel (UInt32 uiIndex, |
|---|
| 537 | | const UInt8& value ); |
|---|
| 538 | | void replaceInPixel (const UInt8& pOldElem, |
|---|
| 539 | | const UInt8& pNewElem); |
|---|
| 540 | | void removeFromPixel (UInt32 uiIndex ); |
|---|
| 541 | | void removeFromPixel(const UInt8& value ); |
|---|
| 542 | | void clearPixel (void ); |
|---|
| 543 | | |
|---|
| 544 | | |
|---|
| | 532 | void pushToPixel (const UInt8 &value ); |
|---|
| | 533 | void insertIntoPixel ( UInt32 uiIndex, |
|---|
| | 534 | const UInt8 &value ); |
|---|
| | 535 | void replaceInPixel ( UInt32 uiIndex, |
|---|
| | 536 | const UInt8 &value ); |
|---|
| | 537 | void replaceInPixel (const UInt8 &pOldElem, |
|---|
| | 538 | const UInt8 &pNewElem); |
|---|
| | 539 | void removeFromPixel ( UInt32 uiIndex ); |
|---|
| | 540 | void removeFromPixel (const UInt8 &value ); |
|---|
| | 541 | void clearPixel ( void ); |
|---|