←Select platform

ScreenMinimumColorBitDepth Property

Summary

Gets or sets the screen minimum color bit depth.

Syntax
C#
C++/CLI
[DataMemberAttribute()] 
[ElementAttribute(7471372)] 
public System.Nullable<int> ScreenMinimumColorBitDepth { get; set; } 
public:  
   [ElementAttribute((gcnew DicomTag::ScreenMinimumColorBitDepth())),  
   DataMemberAttribute] 
   property Nullable<Int32>^ ScreenMinimumColorBitDepth 
   { 
      Nullable<Int32>^ get() 
      void set(Nullable<Int32>^ value) 
   } 

Property Value

The screen minimum color bit depth.

Remarks

Positive integer indicating the desired minimum total number of bits per color channel used to present a pixel. Required if Screen Minimum Grayscale Bit Depth (0072,010A) is not present.A 24-bit color system with 8 bits per color channel (red, green, blue) would have a value of 8.

Requirements

Target Platforms

Help Version 22.0.2023.1.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.