ImageEn, unit iexBitmaps

TIOParams.RAW_RedScale

TIOParams.RAW_RedScale


Declaration

property RAW_RedScale: Double


Description

Specifies the red multiplier used when loading a RAW image.

Default: 1.0 (Daylight)


Example

ImageEnView1.IO.Params.RAW_RedScale := 0.8;
ImageEnView1.IO.LoadFromFile('C:\CRW_0001.CRW');