interface ChipCS2017RGBVExtendProperty {
    @_xsi:type?: "ChipCS2017RGBVExtendProperty";
    BlueProperty?: ChipCS2017ExtendProperty;
    ConfigDataLen?: number;
    FirstDataLen?: number;
    FirstRegisterAddr?: number;
    FirstStartIndex?: number;
    GreenProperty?: ChipCS2017ExtendProperty;
    IsAdvancedMode?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipCS2017ExtendProperty;
    VRedProperty?: ChipCS2017ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipCS2017RGBVExtendProperty" = ...
ConfigDataLen?: number = common.Int32
FirstDataLen?: number = common.Int32
FirstRegisterAddr?: number = common.Int32
FirstStartIndex?: number = common.Int32
GreenProperty?: ChipCS2017ExtendProperty
IsAdvancedMode?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool