ImageEn, unit iexBitmaps

TIOParams.RAW_BlueScale

TIOParams.RAW_BlueScale


Declaration

property RAW_BlueScale: Double


Description

Specifies the blue multiplier used when loading a RAW image.

Default: 1.0 (Daylight)


Example

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