interface ChipHS3257RGBVExtendProperty {
    @_xsi:type?: "ChipHS3257RGBVExtendProperty";
    BlueProperty?: ChipHS3257ExtendProperty;
    ChipLibVersion?: number;
    FourthDataLen?: number;
    FourthRegisterAddr?: number;
    FourthStartIndex?: number;
    GreenProperty?: ChipHS3257ExtendProperty;
    IsAdvancedMode?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    ModeSelect: number;
    RedProperty?: ChipHS3257ExtendProperty;
    ThirdDataLen?: number;
    ThirdDataStartIndex?: number;
    ThirdRegisterAddr?: number;
    VRedProperty?: ChipHS3257ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipHS3257RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FourthDataLen?: number = common.Int32
FourthRegisterAddr?: number = common.Int32
FourthStartIndex?: number = common.Int32
GreenProperty?: ChipHS3257ExtendProperty
IsAdvancedMode?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
ModeSelect: number = common.UInt8_0
ThirdDataLen?: number = common.Int32
ThirdDataStartIndex?: number = common.Int32
ThirdRegisterAddr?: number = common.Int32