HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
ImfRgba.h File Reference
#include "ImfExport.h"
#include "ImfNamespace.h"
#include <half.h>
+ Include dependency graph for ImfRgba.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Rgba
 

Variables

enum IMF_EXPORT_ENUM RgbaChannels
 
 WRITE_R = 0x01
 
 WRITE_G = 0x02
 
 WRITE_B = 0x04
 
 WRITE_A = 0x08
 
 WRITE_Y = 0x10
 
 WRITE_C = 0x20
 
 WRITE_RGB = 0x07
 
 WRITE_RGBA = 0x0f
 
 WRITE_YC = 0x30
 
 WRITE_YA = 0x18
 

Variable Documentation

enum IMF_EXPORT_ENUM RgbaChannels

Definition at line 43 of file ImfRgba.h.

WRITE_A = 0x08

Definition at line 48 of file ImfRgba.h.

WRITE_B = 0x04

Definition at line 47 of file ImfRgba.h.

WRITE_C = 0x20

Definition at line 53 of file ImfRgba.h.

WRITE_G = 0x02

Definition at line 46 of file ImfRgba.h.

WRITE_R = 0x01

Definition at line 45 of file ImfRgba.h.

WRITE_RGB = 0x07

Definition at line 56 of file ImfRgba.h.

WRITE_RGBA = 0x0f

Definition at line 57 of file ImfRgba.h.

WRITE_Y = 0x10

Definition at line 50 of file ImfRgba.h.

WRITE_YA = 0x18

Definition at line 60 of file ImfRgba.h.

WRITE_YC = 0x30

Definition at line 59 of file ImfRgba.h.