interface ChipFM6356ExtendProperty {
    @_xsi:type?: "ChipFM6356ExtendProperty";
    ChipLibVersion?: number;
    FirstLineSlantsDarkOptimization?: number;
    Gain?: number;
    IsElimateShadow?: boolean;
    IsFirstLineSlantsDark?: boolean;
    IsLowGrayAdjust?: boolean;
    IsLowGrayCompensate?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    LowGrayAdjustGrade?: number;
    LowGrayCompensateGrade?: number;
    RegFifth?: number;
    RegFirst?: number;
    RegFourth?: number;
    RegSecond?: number;
    RegThird?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM6356ExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FirstLineSlantsDarkOptimization?: number = common.UInt8
Gain?: number = common.UInt16
IsElimateShadow?: boolean = common.Bool
IsFirstLineSlantsDark?: boolean = common.Bool
IsLowGrayAdjust?: boolean = common.Bool
IsLowGrayCompensate?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
LowGrayAdjustGrade?: number = common.UInt8
LowGrayCompensateGrade?: number = common.UInt8
RegFifth?: number = common.UInt16
RegFirst?: number = common.UInt16
RegFourth?: number = common.UInt16
RegSecond?: number = common.UInt16
RegThird?: number = common.UInt16