Sha256: 2f468715bf94be1aea76729e91e0a3830fae736420caf0c9297bd034bec5541a

Contents?: true

Size: 217 Bytes

Versions: 2

Compression:

Stored size: 217 Bytes

Contents

#ifndef PSD_NATIVE_RGB
#define PSD_NATIVE_RGB

#define BUILD_PIXEL(r, g, b, a)  (((PIXEL) (r) << 24) + ((PIXEL) (g) << 16) + ((PIXEL) (b) << 8) + (PIXEL) (a))

VALUE psd_native_combine_rgb_channel(VALUE self);

#endif

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
psd_native-0.2.0 ext/psd_native/image_mode_rgb.h
psd_native-0.1.0 ext/psd_native/image_mode_rgb.h