MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getColorModel

Method getColorModel

java/com/tigervnc/rfb/PixelFormat.java:560–563  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

558 }
559
560 public ColorModel getColorModel()
561 {
562 return model;
563 }
564
565 public static ColorModel getColorModel(PixelFormat pf) {
566 if (!(pf.bpp == 32) && !(pf.bpp == 16) && !(pf.bpp == 8))

Callers 11

rgbFromBufferMethod · 0.95
updateStateMethod · 0.95
decodeRectMethod · 0.95
checkDataSizeMethod · 0.80
readSetVMwareCursorMethod · 0.80
maskRectMethod · 0.80
fillRectMethod · 0.80
imageRectMethod · 0.80
JavaPixelBufferMethod · 0.80
fillRectMethod · 0.80
getPreferredPFMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected