#include <gfx_image_imagechannel.h>
公共成员函数 |
|
| MAXON_METHOD BITS | GetChannelBits () const |
| MAXON_METHOD ImageChannelType | GetChannelType () const |
| const MAXON_METHOD DataType & | GetDataType () const |
| MAXON_METHOD Bool | IsIdenticalComponent (const void *a, const void *b, Int oneTolerance) const |
私有成员函数 |
|
| MAXON_INTERFACE ( ImageChannelInterface , MAXON_REFERENCE_CONST , "net.maxon.image.interface.imagechannel") | |
|
private |
| MAXON_METHOD BITS GetChannelBits | ( | ) | const |
Returns the size in bits of each component.
| MAXON_METHOD ImageChannelType GetChannelType | ( | ) | const |
Returns true if the channel is a alpha channel.
| const MAXON_METHOD DataType & GetDataType | ( | ) | const |
Returns the data type of the pixel format.
| MAXON_METHOD Bool IsIdenticalComponent | ( | const void * | a , |
| const void * | b , | ||
| Int | oneTolerance | ||
| ) | const |
Compares two components.
| [in] | a | Component buffer 1. |
| [in] | b | Component buffer 2. |
| [in] | oneTolerance | Pixel difference related to 0..255 range. |