interface ChipXM10480GRGBVExtendProperty {
    @_xsi:type?: "ChipXM10480GRGBVExtendProperty";
    ConfigRegisterNum: number;
    GrayCount?: number;
    IsAdvancedMode: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RegisterArray: bigint[];
    RRemovePointDectLevel?: number;
    SpecialDataLen?: number;
    SpecialRegisterAddr?: number;
}

Hierarchy

Properties

@_xsi:type?: "ChipXM10480GRGBVExtendProperty" = ...
ConfigRegisterNum: number = common.Int32_16
GrayCount?: number = common.UInt8
IsAdvancedMode: boolean = common.Bool_true
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
RegisterArray: bigint[] = ...
RRemovePointDectLevel?: number = common.UInt8
SpecialDataLen?: number = common.Int32
SpecialRegisterAddr?: number = common.UInt32