HSIDATA

typedef struct _HSIDATA 
{ 
   L_UINT uStructSize; 
   L_INT nHue; 
   L_INT nSaturation; 
   L_INT nIntensity; 
   L_INT nOuterLow; 
   L_INT nOuterHigh; 
   L_INT nInnerLow; 
   L_INT nInnerHigh; 
} 
HSIDATA, * pHSIDATA; 

The HSIDATA structure provides the color range information used in LBitmap::ChangeHueSatInt function.

Members

uStructSize

The size of the structure. Should be set to sizeof(HSIDATA).

nHue

Angular amount to change the hue, in hundredths of degrees. Valid values range from 18000 through 18000. This value is divided internally by 100.

nSaturation

Percentage amount to change saturation, in tenths of percent. Valid values range from 1000 through 1000. This value is divided internally by 10.

nIntensity

Percentage amount to change the intensity , in tenths of percent. Valid values range from 1000 through 1000. This value is divided internally by 10.

nOuterLow

Specifies the start of the color range to be changed. Valid values range from 359 through 359.

nOuterHigh

Specifies the end of the color range to be changed. Valid values range is from 359 through 359.

nInnerLow

Specifies the start of the color range to be fully changed. The valid range is between the nOuterLow and nOuterHigh values.

nInnerHigh

Specifies the end of the color range to be fully changed. The valid range is between the nOuterLow and nOuterHigh values.

The hue values for the inner and outer ranges are expressed as degrees in the HSB color space. Values inside the inner range are changed fully and those within the outer range are changed partially, as described below.

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Raster Imaging C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.