interface ChipFM6565RGBVExtendProperty {
    @_xsi:type?: "ChipFM6565RGBVExtendProperty";
    BlueProperty?: ChipFM6565ExtendProperty;
    ChipLibVersion?: number;
    GreenProperty?: ChipFM6565ExtendProperty;
    IsAdvancedMode?: boolean;
    IsSetLowEffectGamma?: boolean;
    IsUseNewModule?: boolean;
    RedProperty?: ChipFM6565ExtendProperty;
    REG_LENGTH: number;
    SpecialDataLen?: number;
    SpecialRegisterAddr?: number;
    VRedProperty?: ChipFM6565ExtendProperty;
}

Hierarchy

Properties

@_xsi:type?: "ChipFM6565RGBVExtendProperty" = ...
ChipLibVersion?: number = common.UInt8
GreenProperty?: ChipFM6565ExtendProperty
IsAdvancedMode?: boolean = common.Bool
IsSetLowEffectGamma?: boolean = common.Bool
IsUseNewModule?: boolean = common.Bool
REG_LENGTH: number = common.Int32_48
SpecialDataLen?: number = common.Int32
SpecialRegisterAddr?: number = common.UInt32