Sha256: 9b6abe2068986be227146f3a9715c9b2c94259dbbd6ad9876935e46cdaded368
Contents?: true
Size: 417 Bytes
Versions: 1
Compression:
Stored size: 417 Bytes
Contents
#ifndef PSD_NATIVE_COLOR #define PSD_NATIVE_COLOR VALUE psd_native_cmyk_to_rgb(VALUE self, VALUE c, VALUE m, VALUE y, VALUE k); int psd_clamp_int(int n, int low, int high); int opaque(uint32_t color); int transparent(uint32_t color); uint32_t r(uint32_t color); uint32_t g(uint32_t color); uint32_t b(uint32_t color); uint32_t a(uint32_t color); uint32_t rgba(uint32_t r, uint32_t g, uint32_t b, uint32_t a); #endif
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
psd_native-0.4.0 | ext/psd_native/color.h |