int GetColorArraySize1D(Device1D device)
    {
        int maxLeds = ChromaAnimationAPI.GetMaxLeds(device);

        return(maxLeds);
    }