An image storage type which holds the pixels in-memory as a simple block of values. 
- See also
 - ImageType, NativeImageType 
 
The documentation for this class was generated from the following file:
◆ SoftwareImageType()
      
        
          | juce::SoftwareImageType::SoftwareImageType  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ ~SoftwareImageType()
  
  
      
        
          | juce::SoftwareImageType::~SoftwareImageType  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
override   | 
  
 
 
◆ create()
Creates a new image of this type, and the specified parameters. 
Implements juce::ImageType.
 
 
◆ getTypeID()
  
  
      
        
          | int juce::SoftwareImageType::getTypeID  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
overridevirtual   | 
  
 
Must return a unique number to identify this type. 
Implements juce::ImageType.