Bit Depth Type aliases#

The PhotoshopAPI Namespace provides some convenience typedefs for bit depth types to more clearly initialize data with a specific bit depth.


typedef uint8_t PhotoshopAPI::bpp8_t#

Equivalent of a 1 byte unsigned char.

typedef uint16_t PhotoshopAPI::bpp16_t#

Equivalent of a 2 byte unsigned char.

typedef float32_t PhotoshopAPI::bpp32_t#

Equivalent of a 4 byte IEEE754 floating point number.