interface Chip5152ExtendProperty {
    @_xsi:type?: "Chip5152ExtendProperty";
    BlueRegValueConfigFirst?: number;
    BlueRegValueConfigSecond?: number;
    EliminationGhost?: number;
    FirstLineCompensation?: FirstLineCompensationTypeEnum;
    GreenRegValueConfigFirst?: number;
    GreenRegValueConfigSecond?: number;
    IsAdvancedMode?: boolean;
    IsSetLowEffectGamma?: boolean;
    LowGrayCompensate1En?: boolean;
    LowGrayCompensate2En?: boolean;
    RedRegValueConfigFirst?: number;
    RedRegValueConfigSecond?: number;
    VRedRegValueConfigFirst?: number;
    VRedRegValueConfigSecond?: number;
}

Hierarchy

Properties

@_xsi:type?: "Chip5152ExtendProperty" = ...
BlueRegValueConfigFirst?: number = common.UInt16
BlueRegValueConfigSecond?: number = common.UInt16
EliminationGhost?: number = common.UInt8
FirstLineCompensation?: FirstLineCompensationTypeEnum
GreenRegValueConfigFirst?: number = common.UInt16
GreenRegValueConfigSecond?: number = common.UInt16
IsAdvancedMode?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
LowGrayCompensate1En?: boolean = common.Bool
LowGrayCompensate2En?: boolean = common.Bool
RedRegValueConfigFirst?: number = common.UInt16
RedRegValueConfigSecond?: number = common.UInt16
VRedRegValueConfigFirst?: number = common.UInt16
VRedRegValueConfigSecond?: number = common.UInt16