C#
Objective-C
C++
public bool UseColorTransform { get; set; }
@property (nonatomic, assign) BOOL useColorTransform;
public:
property bool UseColorTransform {
bool get();
void set ( bool value);
}
true to convert to YUV space before compressing. (Default), setting this value to false will not convert to YUV space before compressing.
For an example, refer to Jpeg2000Options.