interface ChipSM16259RGBVExtendProperty {
    @_xsi:type?: "ChipSM16259RGBVExtendProperty";
    BlueProperty?: ChipSM16259ExtendProperty;
    ChipLibVersion?: number;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    GreenProperty?: ChipSM16259ExtendProperty;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipSM16259ExtendProperty;
    VRedProperty?: ChipSM16259ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipSM16259RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool