~hidravfx-dev-team/hidravfx/trunk

« back to all changes in this revision

Viewing changes to src/layer.c

  • Committer: Laszlo.simon
  • Date: 2011-03-16 22:33:58 UTC
  • Revision ID: git-v1:fd197efa968dc5e09490ed9b84fab0c9278f25af
Color space conversions added (RGB, YIQ, LMS, XYZ, YCbCr, HSV, LAB, HSI, YC1C2)

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <mathplus.h>
24
24
#include "interpol.h"
25
25
#include "layer.h"
 
26
#include "color.h"
26
27
 
27
28
tLayerF layerF(int w, int h)
28
29
{